Skip to content

Commit

Permalink
PHP 8.3 and symfony/console v6 support (prep for Magento 2.4.7 compat…
Browse files Browse the repository at this point in the history
…ibility).
  • Loading branch information
hostep committed Mar 12, 2024
1 parent 8cdc1a3 commit 3307531
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.1.0 || ~8.2.0",
"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",
"magento/framework": "^100.1 || ^101.0 || ^102.0 || ^103.0",
"magento/module-backend": "^100.1 || ^101.0 || ^102.0",
"magento/module-catalog": "^101.0 || ^102.0 || ^103.0 || ^104.0",
Expand All @@ -20,7 +20,7 @@
"magento/module-store": "^100.1 || ^101.0",
"magento/module-theme": "^100.1 || ^101.0",
"magento/module-ui": "^100.1 || ^101.0",
"symfony/console": "^2.5 || ^3.0 || ^4.0 || ^5.0"
"symfony/console": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.7",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3307531

Please sign in to comment.