|
10 | 10 | "preferred-install": "dist",
|
11 | 11 | "sort-packages": true
|
12 | 12 | },
|
| 13 | + "repositories": [ |
| 14 | + { |
| 15 | + "type": "vcs", |
| 16 | + "url": "https://github.com/magento-commerce/magento2-functional-testing-framework" |
| 17 | + } |
| 18 | + ], |
13 | 19 | "require": {
|
14 |
| - "php": "~7.1.3||~7.2.0||~7.3.0", |
| 20 | + "php": "~7.3.0", |
15 | 21 | "ext-bcmath": "*",
|
16 | 22 | "ext-ctype": "*",
|
17 | 23 | "ext-curl": "*",
|
|
86 | 92 | "require-dev": {
|
87 | 93 | "allure-framework/allure-phpunit": "~1.2.0",
|
88 | 94 | "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
89 |
| - "friendsofphp/php-cs-fixer": "~2.14.0", |
| 95 | + "friendsofphp/php-cs-fixer": "~2.16.0", |
90 | 96 | "lusitanian/oauth": "~0.8.10",
|
91 | 97 | "magento/magento-coding-standard": "*",
|
92 |
| - "magento/magento2-functional-testing-framework": "~2.6.5", |
93 |
| - "pdepend/pdepend": "2.5.2", |
| 98 | + "magento/magento2-functional-testing-framework": "MQE-2488-php73-dev", |
| 99 | + "pdepend/pdepend": "~2.7.1", |
94 | 100 | "phpcompatibility/php-compatibility": "^9.3",
|
95 | 101 | "phpmd/phpmd": "@stable",
|
96 | 102 | "phpstan/phpstan": ">=0.12.3 <=0.12.23",
|
97 |
| - "phpunit/phpunit": "~6.5.0", |
98 |
| - "sebastian/phpcpd": "~3.0.0", |
99 |
| - "squizlabs/php_codesniffer": "~3.4.0" |
| 103 | + "phpunit/phpunit": "^9", |
| 104 | + "sebastian/phpcpd": "~5.0.0", |
| 105 | + "squizlabs/php_codesniffer": "~3.5.4" |
100 | 106 | },
|
101 | 107 | "suggest": {
|
102 | 108 | "ext-pcntl": "Need for run processes in parallel mode"
|
|
0 commit comments