Skip to content

Commit

Permalink
Merge pull request #68 from magento-trigger/ph-delivery
Browse files Browse the repository at this point in the history
[Platform Health] Remove PHP8.0 declaration from composer.json
  • Loading branch information
xmav authored Jan 12, 2022
2 parents 8a65e78 + 7b664bf commit 095d90e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion AdobeStockAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-adobe-stock-admin-ui",
"description": "Magento module responsible for the admin panel UI implementation",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-adobe-ims-api": "*",
"magento/module-adobe-stock-client-api": "*",
Expand Down
2 changes: 1 addition & 1 deletion AdobeStockAsset/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-adobe-stock-asset",
"description": "Magento module responsible for the Adobe Stock assets handling implementation on Magento side",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-adobe-stock-asset-api": "*",
"magento/module-adobe-stock-client-api": "*",
Expand Down
2 changes: 1 addition & 1 deletion AdobeStockAssetApi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-adobe-stock-asset-api",
"description": "Magento module responsible for Adobe Stock assets handling on Magento side",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*"
},
"type": "magento2-module",
Expand Down
2 changes: 1 addition & 1 deletion AdobeStockClient/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-adobe-stock-client",
"description": "Magento module responsible for interaction with Adobe Stock API implementation",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-adobe-ims-api": "*",
"magento/module-adobe-stock-client-api": "*",
Expand Down
2 changes: 1 addition & 1 deletion AdobeStockClientApi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-adobe-stock-client-api",
"description": "Magento module responsible for interaction with Adobe Stock API",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*"
},
"type": "magento2-module",
Expand Down
2 changes: 1 addition & 1 deletion AdobeStockImage/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-adobe-stock-image",
"description": "Magento module responsible for the images handling implementation",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-adobe-stock-client-api": "*",
"magento/module-adobe-stock-asset-api": "*",
Expand Down
2 changes: 1 addition & 1 deletion AdobeStockImageAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-adobe-stock-image-admin-ui",
"description": "Magento module responsible for the admin panel images UI implementation",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-adobe-ims": "*",
"magento/module-adobe-ims-api": "*",
Expand Down
2 changes: 1 addition & 1 deletion AdobeStockImageApi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-adobe-stock-image-api",
"description": "Magento module responsible for the images handling",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*"
},
"type": "magento2-module",
Expand Down

0 comments on commit 095d90e

Please sign in to comment.