Skip to content

Commit e64f13c

Browse files
committed
MQE-2750: Update composer dependencies to be PHP 8 compatible
1 parent 5a6bdf5 commit e64f13c

File tree

2 files changed

+951
-644
lines changed

2 files changed

+951
-644
lines changed

composer.json

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@
99
"sort-packages": true
1010
},
1111
"require": {
12-
"php": "^7.3",
12+
"php": "^7.3||^8.0",
1313
"ext-curl": "*",
1414
"ext-dom": "*",
1515
"ext-intl": "*",
1616
"ext-json": "*",
1717
"ext-openssl": "*",
18-
"allure-framework/allure-codeception": "~1.4.0||~1.5.0",
18+
"allure-framework/allure-codeception": "^1.4",
1919
"aws/aws-sdk-php": "^3.132",
20-
"codeception/codeception": "~4.1.4",
20+
"codeception/codeception": "^4.1",
2121
"codeception/module-asserts": "^1.1",
2222
"codeception/module-sequence": "^1.0",
2323
"codeception/module-webdriver": "^1.0",
2424
"composer/composer": "^1.9||^2.0",
2525
"csharpru/vault-php": "^4.1.0",
2626
"csharpru/vault-php-guzzle6-transport": "^2.0",
27-
"hoa/console": "~3.0",
27+
"hoa/console": "^3.0",
2828
"monolog/monolog": "^1.17",
29-
"mustache/mustache": "~2.5",
30-
"php-webdriver/webdriver": "^1.8.0",
29+
"mustache/mustache": "^2.5",
30+
"php-webdriver/webdriver": "^1.11.0",
3131
"spomky-labs/otphp": "^10.0",
3232
"symfony/console": "^4.4",
3333
"symfony/finder": "^5.0",
@@ -36,24 +36,19 @@
3636
"symfony/process": "^4.4",
3737
"vlucas/phpdotenv": "^2.4",
3838
"weew/helpers-array": "^1.3",
39-
"nikic/php-parser": "~4.4.0"
39+
"nikic/php-parser": "^4.4"
4040
},
4141
"require-dev": {
4242
"brainmaestro/composer-git-hooks": "^2.3.1",
4343
"codacy/coverage": "^1.4",
44-
"codeception/aspect-mock": "^3.0",
45-
"doctrine/cache": "<1.7.0",
46-
"goaop/framework": "~2.3.4",
47-
"php-coveralls/php-coveralls": "^1.0",
44+
"codeception/aspect-mock": "^4.0",
45+
"php-coveralls/php-coveralls": "^2.2",
4846
"phpmd/phpmd": "^2.8.0",
4947
"phpunit/phpunit": "^9.0",
5048
"rregeer/phpunit-coverage-check": "^0.1.4",
51-
"sebastian/phpcpd": "~6.0.0",
52-
"squizlabs/php_codesniffer": "~3.5.4",
53-
"symfony/stopwatch": "~3.4.6"
54-
},
55-
"replace": {
56-
"facebook/webdriver": "^1.7.1"
49+
"sebastian/phpcpd": "^6.0",
50+
"squizlabs/php_codesniffer": "^3.5",
51+
"symfony/stopwatch": "^3.4"
5752
},
5853
"autoload": {
5954
"files": ["src/Magento/FunctionalTestingFramework/_bootstrap.php"],

0 commit comments

Comments
 (0)