Skip to content

Commit a67a9fb

Browse files
committed
update compatible versions
1 parent aadd4a5 commit a67a9fb

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

composer.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"license": "OSL-3.0",
77
"repositories": {
88
"repo.magento.com": {
9-
"type": "composer",
10-
"url": "https://repo.magento.com/"
9+
"type": "composer",
10+
"url": "https://repo.magento.com/"
1111
}
1212
},
1313
"require": {
@@ -18,19 +18,18 @@
1818
"symfony/config": "^3.3||^4.4||^5.0||^6.0",
1919
"symfony/console": "^2.6||^4.0||^5.0||^6.0",
2020
"symfony/dependency-injection": "^3.3||^4.3||^5.0||^6.0",
21-
"symfony/process": "^2.1||^4.1||^5.0||^6.0",
21+
"symfony/process": "^2.1 || ^4.1 || ^5.1 || ^5.4 || ^6.4",
2222
"symfony/proxy-manager-bridge": "^3.3||^4.3||^5.0||^6.0",
2323
"symfony/yaml": "^3.3||^4.0||^5.0||^6.0",
24-
"monolog/monolog": "^1.25||^2.3||^2.7",
25-
"magento/quality-patches": "^1.1.0"
24+
"monolog/monolog": "^1.25||^2.3||^2.7"
2625
},
2726
"require-dev": {
2827
"codeception/codeception": "^4.1 || ^5.1",
29-
"codeception/module-asserts": "^1.2",
30-
"codeception/module-db": "^1.0",
31-
"codeception/module-phpbrowser": "^1.0",
32-
"codeception/module-rest": "^1.2",
33-
"consolidation/robo": "^1.2 || ^2.0",
28+
"codeception/module-asserts": "^1.2 || ^3.0",
29+
"codeception/module-db": "^1.0 || ^3.0",
30+
"codeception/module-phpbrowser": "^1.0 || ^3.0",
31+
"codeception/module-rest": "^1.2 || ^3.0",
32+
"consolidation/robo": "^1.2 || ^3.0",
3433
"phpmd/phpmd": "@stable",
3534
"phpunit/phpunit": "^8.5 || ^9.5",
3635
"squizlabs/php_codesniffer": "^3.0"

0 commit comments

Comments
 (0)