Skip to content

Commit 32290b1

Browse files
authored
ACMP-1533: Symfony config dependency is incompatible with Magento 2.4.4 (#71)
1 parent 78a86f6 commit 32290b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"nesbot/carbon": "^1.0 || ^2.0",
3030
"psr/container": "^1.0",
3131
"psr/log": "^1.0",
32-
"symfony/config": "^4.4",
33-
"symfony/console": "^2.8 || ^4.0",
34-
"symfony/dependency-injection": "^3.3 || ^4.3",
35-
"symfony/process": "^2.1 || ^4.1",
32+
"symfony/config": "^4.4 || ^5.1",
33+
"symfony/console": "^2.8 || ^4.0 || ^5.1",
34+
"symfony/dependency-injection": "^3.3 || ^4.3 || ^5.1",
35+
"symfony/process": "^2.1 || ^4.1 || ^5.1",
3636
"symfony/serializer": "^2.8 || ^3.3 || ^4.0",
37-
"symfony/yaml": "^3.3 || ^4.0"
37+
"symfony/yaml": "^3.3 || ^4.0 || ^5.1"
3838
},
3939
"require-dev": {
4040
"codeception/codeception": "^2.5.3",

0 commit comments

Comments
 (0)