Skip to content

Commit 22abba3

Browse files
authored
Merge pull request #55 from magento-commerce/MQE-2750
MQE-2750: Update composer dependencies to be PHP 8 compatible
2 parents 5a6bdf5 + 4b70461 commit 22abba3

File tree

2 files changed

+190
-284
lines changed

2 files changed

+190
-284
lines changed

composer.json

Lines changed: 8 additions & 15 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",
25-
"csharpru/vault-php": "^4.1.0",
25+
"csharpru/vault-php": "^4.2.1",
2626
"csharpru/vault-php-guzzle6-transport": "^2.0",
2727
"hoa/console": "~3.0",
2828
"monolog/monolog": "^1.17",
2929
"mustache/mustache": "~2.5",
30-
"php-webdriver/webdriver": "^1.8.0",
30+
"php-webdriver/webdriver": "^1.9.0",
3131
"spomky-labs/otphp": "^10.0",
3232
"symfony/console": "^4.4",
3333
"symfony/finder": "^5.0",
@@ -36,24 +36,17 @@
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",
4444
"codeception/aspect-mock": "^3.0",
45-
"doctrine/cache": "<1.7.0",
46-
"goaop/framework": "~2.3.4",
47-
"php-coveralls/php-coveralls": "^1.0",
45+
"php-coveralls/php-coveralls": "^1.0||^2.2",
4846
"phpmd/phpmd": "^2.8.0",
4947
"phpunit/phpunit": "^9.0",
50-
"rregeer/phpunit-coverage-check": "^0.1.4",
5148
"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+
"squizlabs/php_codesniffer": "~3.5.4"
5750
},
5851
"autoload": {
5952
"files": ["src/Magento/FunctionalTestingFramework/_bootstrap.php"],

0 commit comments

Comments
 (0)