Skip to content

Commit

Permalink
Merge pull request #7356 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 76ff162 + f16c7de commit 7658eb2
Show file tree
Hide file tree
Showing 218 changed files with 224 additions and 224 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/AdminAnalytics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-config": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/AdminNotification/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"lib-libxml": "*",
"magento/framework": "*",
"magento/module-backend": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/AdvancedPricingImportExport/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-catalog-import-export": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/AdvancedSearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"magento/module-customer": "*",
"magento/module-search": "*",
"magento/module-store": "*",
"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/Amqp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"magento/framework": "*",
"magento/framework-amqp": "*",
"magento/framework-message-queue": "*",
"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/AmqpStore/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"magento/framework": "*",
"magento/framework-amqp": "*",
"magento/module-store": "*",
"php": "~7.4.0||~8.0.0||~8.1.0"
"php": "~7.4.0||~8.1.0"
},
"suggest": {
"magento/module-asynchronous-operations": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Analytics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-analytics",
"description": "N/A",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/module-backend": "*",
"magento/module-config": "*",
"magento/module-integration": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/AsynchronousOperations/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"magento/module-authorization": "*",
"magento/module-backend": "*",
"magento/module-ui": "*",
"php": "~7.4.0||~8.0.0||~8.1.0"
"php": "~7.4.0||~8.1.0"
},
"suggest": {
"magento/module-admin-notification": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Authorization/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-backend": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/AwsS3/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-remote-storage": "*",
"league/flysystem": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-backup": "*",
"magento/module-catalog": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-cron": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-catalog": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/BundleGraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "N/A",
"type": "magento2-module",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/module-catalog": "*",
"magento/module-bundle": "*",
"magento/module-graph-ql": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/BundleImportExport/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-bundle": "*",
"magento/module-store": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CacheInvalidate/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-page-cache": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Captcha/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-checkout": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CardinalCommerce/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-checkout": "*",
"magento/module-payment": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Catalog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-authorization": "*",
"magento/module-asynchronous-operations": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogAnalytics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-catalog-analytics",
"description": "N/A",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-analytics": "*"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogCmsGraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "N/A",
"type": "magento2-module",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-cms-graph-ql": "*"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogCustomerGraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "N/A",
"type": "magento2-module",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-customer": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogGraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "N/A",
"type": "magento2-module",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/module-eav": "*",
"magento/module-catalog": "*",
"magento/module-catalog-inventory": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogImportExport/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"ext-ctype": "*",
"magento/framework": "*",
"magento/module-catalog": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogInventory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-config": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogInventoryGraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "N/A",
"type": "magento2-module",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-store": "*",
"magento/module-catalog": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogRule/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-catalog": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogRuleConfigurable/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/magento-composer-installer": "*",
"magento/module-catalog": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogRuleGraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "N/A",
"type": "magento2-module",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogSearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-catalog": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogUrlRewrite/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-catalog": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogUrlRewriteGraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "N/A",
"type": "magento2-module",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/module-store": "*",
"magento/module-catalog": "*",
"magento/module-catalog-graph-ql": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogWidget/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-catalog": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Checkout/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-captcha": "*",
"magento/module-catalog": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CheckoutAgreements/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-checkout": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CheckoutAgreementsGraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "N/A",
"type": "magento2-module",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-store": "*",
"magento/module-checkout-agreements": "*"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-catalog": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CmsGraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "N/A",
"type": "magento2-module",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-cms": "*",
"magento/module-widget": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CmsUrlRewrite/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-cms": "*",
"magento/module-store": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CmsUrlRewriteGraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "N/A",
"type": "magento2-module",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-cms": "*",
"magento/module-store": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CompareListGraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "N/A",
"type": "magento2-module",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-customer": "*"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-cron": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/ConfigurableImportExport/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-catalog-import-export": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/ConfigurableProduct/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-catalog": "*",
Expand Down
Loading

0 comments on commit 7658eb2

Please sign in to comment.