Skip to content

Commit

Permalink
Merge pull request #143 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 9cf431d + e8c8ba0 commit 20139ba
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/AwsS3PageBuilder/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Aws S3 Page Builder module",
"require": {
"magento/framework": "*",
"php": "~7.4.0||~8.0.0||~8.1.0"
"php": "~7.4.0||~8.1.0"
},
"suggest": {
"magento/module-page-builder": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogPageBuilderAnalytics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"magento/module-page-builder-analytics": "*",
"magento/module-catalog": "*",
"magento/framework": "*",
"php": "~7.4.0||~8.0.0||~8.1.0"
"php": "~7.4.0||~8.1.0"
},
"type": "magento2-module",
"license": [
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CmsPageBuilderAnalytics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"magento/module-page-builder-analytics": "*",
"magento/module-cms": "*",
"magento/framework": "*",
"php": "~7.4.0||~8.0.0||~8.1.0"
"php": "~7.4.0||~8.1.0"
},
"type": "magento2-module",
"license": [
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/PageBuilder/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"magento/module-wishlist": "*",
"magento/module-require-js": "*",
"magento/module-media-storage": "*",
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"phpgt/dom": "2.2.3"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/PageBuilderAdminAnalytics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"require": {
"magento/framework": "*",
"php": "~7.4.0||~8.0.0||~8.1.0"
"php": "~7.4.0||~8.1.0"
},
"suggest": {
"magento/module-admin-analytics": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/PageBuilderAnalytics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"magento/module-analytics": "*",
"magento/module-page-builder": "*",
"magento/framework": "*",
"php": "~7.4.0||~8.0.0||~8.1.0"
"php": "~7.4.0||~8.1.0"
},
"type": "magento2-module",
"license": [
Expand Down

0 comments on commit 20139ba

Please sign in to comment.