Skip to content

Commit 3307531

Browse files
committed
PHP 8.3 and symfony/console v6 support (prep for Magento 2.4.7 compatibility).
1 parent 8cdc1a3 commit 3307531

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.1.0 || ~8.2.0",
14+
"php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
1515
"magento/framework": "^100.1 || ^101.0 || ^102.0 || ^103.0",
1616
"magento/module-backend": "^100.1 || ^101.0 || ^102.0",
1717
"magento/module-catalog": "^101.0 || ^102.0 || ^103.0 || ^104.0",
@@ -20,7 +20,7 @@
2020
"magento/module-store": "^100.1 || ^101.0",
2121
"magento/module-theme": "^100.1 || ^101.0",
2222
"magento/module-ui": "^100.1 || ^101.0",
23-
"symfony/console": "^2.5 || ^3.0 || ^4.0 || ^5.0"
23+
"symfony/console": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
2424
},
2525
"require-dev": {
2626
"bamarni/composer-bin-plugin": "^1.7",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)