Skip to content

Commit 9374c73

Browse files
authored
MC-38123: Update Symfony dependencies for compatibility with Magento 2.4 OnPrem (#1)
1 parent 21bd91d commit 9374c73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"ext-json": "*",
1010
"composer/composer": "@stable",
1111
"composer/semver": "^1.5",
12-
"symfony/config": "^3.3||^4.4",
12+
"symfony/config": "^3.3||^4.4||^5.1",
1313
"symfony/console": "^2.6||^4.0",
14-
"symfony/dependency-injection": "^3.3||^4.3",
14+
"symfony/dependency-injection": "^3.3||^4.3||^5.1",
1515
"symfony/process": "^2.1||^4.1",
16-
"symfony/proxy-manager-bridge": "^3.3||^4.3",
16+
"symfony/proxy-manager-bridge": "^3.3||^4.3||^5.1",
1717
"symfony/yaml": "^3.3||^4.0",
1818
"monolog/monolog": "^1.16"
1919
},

0 commit comments

Comments
 (0)