Skip to content

Commit 7253722

Browse files
authored
Merge pull request #33 from magento-gl/AC-15170
AC-15170:: Add official support for Symfony 7.4 LTS in Adobe Commerce 2.4.9
2 parents db32962 + 11e8597 commit 7253722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "magento/composer",
33
"description": "Magento composer library helps to instantiate Composer application and run composer commands.",
44
"type": "library",
5-
"version": "1.10.1",
5+
"version": "1.10.2-beta1",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
99
],
1010
"require": {
1111
"php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0",
1212
"composer/composer": "^2.1.13",
13-
"symfony/console": "~4.4.0||~5.4.0||~6.4.0"
13+
"symfony/console": "~4.4.0||~5.4.0||~6.4.0||^7.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^9.5.10 || ^10"

0 commit comments

Comments
 (0)