Skip to content

Commit

Permalink
Add PHP 7.4 support for Magento 2.4.2+ version support (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
omiroshnichenko committed Nov 2, 2023
1 parent 5726e81 commit 55ad8a0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea
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": "~8.1.0||~8.2.0",
"php": "~7.4||~8.1.0||~8.2.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": "~8.1.0||~8.2.0",
"php": "~7.4||~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-inventory-sales-admin-ui": "*",
"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": "~8.1.0||~8.2.0",
"php": "~7.4||~8.1.0||~8.2.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": "~8.1.0||~8.2.0",
"php": "~7.4||~8.1.0||~8.2.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": "~8.1.0||~8.2.0",
"php": "~7.4||~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-sales": "*",
"magento/module-sales-sequence": "*",
Expand Down

0 comments on commit 55ad8a0

Please sign in to comment.