Skip to content

Commit

Permalink
added PHP 8.3 support to composer.json in all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
zlik committed Jul 16, 2024
1 parent 33b88fb commit 7a07334
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/code/Meta/BusinessExtension/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "magento2-module",
"license": "Apache-2.0",
"require": {
"php": "~7.4||~8.1.0||~8.2.0",
"php": "~7.4||~8.1.0||~8.2.0||~8.3.0",
"ext-json": "*",
"magento/framework": "*",
"magento/framework-message-queue": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Meta/Catalog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Meta Business Extension Catalog module",
"type": "magento2-module",
"require": {
"php": "~7.4||~8.1.0||~8.2.0",
"php": "~7.4||~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-inventory-configuration-api": "*",
"magento/module-inventory-sales-api": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Meta/Conversion/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Meta Business Extension Conversion module",
"type": "magento2-module",
"require": {
"php": "~7.4||~8.1.0||~8.2.0",
"php": "~7.4||~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-configurable-product": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Meta/Promotions/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Meta Business Extension Promotions module",
"type": "magento2-module",
"require": {
"php": "~7.4||~8.1.0||~8.2.0",
"php": "~7.4||~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-config": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Meta/Sales/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Meta Business Extension Sales module",
"type": "magento2-module",
"require": {
"php": "~7.4||~8.1.0||~8.2.0",
"php": "~7.4||~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-sales": "*",
"magento/module-sales-sequence": "*",
Expand Down

0 comments on commit 7a07334

Please sign in to comment.