Skip to content

Commit cd6949a

Browse files
Merge pull request #151 from magento-commerce/MCLOUD-13707
MCLOUD-13707: Included newer versions for Cloud docker package depend…
2 parents b0a3153 + 7a79b2b commit cd6949a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
"ext-json": "*",
1313
"composer/composer": "^1.9 || ^2.8 || !=2.2.16",
1414
"composer/semver": "@stable",
15-
"illuminate/config": "^8.77 || ^10.0 || ^11.0",
16-
"symfony/config": "^4.4 || ^5.1|| ^5.4 || ^6.4",
17-
"symfony/console": "^4.4 || ^5.1 || ^5.4 || ^6.4",
18-
"symfony/dependency-injection": "^4.4 || ^5.1|| ^5.4 || ^6.4",
19-
"symfony/yaml": "^4.4 || ^5.1 || ^5.4|| ^6.4"
15+
"illuminate/config": "^8.77 || ^10.0 || ^11.0 || ^12.16",
16+
"symfony/config": "^4.4 || ^5.1|| ^5.4 || ^6.4 || ^7.2",
17+
"symfony/console": "^4.4 || ^5.1 || ^5.4 || ^6.4 || ^7.2",
18+
"symfony/dependency-injection": "^4.4 || ^5.1|| ^5.4 || ^6.4 || ^7.2",
19+
"symfony/yaml": "^4.4 || ^5.1 || ^5.4|| ^6.4 || ^7.2"
2020
},
2121
"require-dev": {
2222
"codeception/codeception": "^4.1 || ^5.1",
2323
"codeception/module-asserts": "^1.2 || ^3.0",
2424
"codeception/module-db": "^1.0 || ^3.0",
2525
"codeception/module-phpbrowser": "^1.0 || ^3.0",
2626
"codeception/module-rest": "^1.2 || ^3.0",
27-
"consolidation/robo": "^2.0 || ^3.0",
27+
"consolidation/robo": "^2.0 || ^3.0 || ^4.0 || ^5.0",
2828
"phpmd/phpmd": "@stable",
2929
"phpstan/phpstan": "^1.8 || ^2.0",
3030
"phpunit/phpunit": "^10.0",

0 commit comments

Comments
 (0)