Skip to content

Commit

Permalink
Revert "Updating root composer files for publication service for 2.4.…
Browse files Browse the repository at this point in the history
…7-beta2"
  • Loading branch information
glo71317 committed Feb 15, 2024
1 parent 635859b commit 17e93d0
Show file tree
Hide file tree
Showing 10 changed files with 282 additions and 279 deletions.
3 changes: 2 additions & 1 deletion app/code/Magento/ConfigurableProduct/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"magento/module-product-video": "*",
"magento/module-configurable-sample-data": "*",
"magento/module-product-links-sample-data": "*",
"magento/module-tax": "*"
"magento/module-tax": "*",
"magento/module-catalog-widget": "*"
},
"type": "magento2-module",
"license": [
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CurrencySymbol/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~8.1.0||~8.2.0",
"php": "~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/Magento/Elasticsearch7/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-elasticsearch-7",
"description": "N/A",
"require": {
"php": "~8.1.0||~8.2.0",
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-elasticsearch": "*",
"elasticsearch/elasticsearch": "^7.17",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/EncryptionKey/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~8.1.0||~8.2.0",
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-config": "*"
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/GraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"magento/module-eav": "*",
"magento/framework": "*",
"magento/module-webapi": "*",
"magento/module-new-relic-reporting": "*",
"magento/module-authorization": "*",
"webonyx/graphql-php": "^15.0"
},
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/Indexer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/framework-amqp": "*",
"magento/module-backend": "*",
"magento/module-customer": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/LoginAsCustomerQuote/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-login-as-customer-quote",
"description": "",
"require": {
"php": "~8.1.0||~8.2.0",
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-checkout": "*",
"magento/module-customer": "*",
Expand Down
3 changes: 2 additions & 1 deletion app/code/Magento/OfflineShipping/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"magento/module-sales": "*",
"magento/module-sales-rule": "*",
"magento/module-shipping": "*",
"magento/module-store": "*"
"magento/module-store": "*",
"magento/module-async-config": "*"
},
"suggest": {
"magento/module-checkout": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/PaypalCaptcha/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~8.1.0||~8.2.0",
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-captcha": "*",
"magento/module-checkout": "*",
Expand Down
543 changes: 272 additions & 271 deletions composer.json

Large diffs are not rendered by default.

0 comments on commit 17e93d0

Please sign in to comment.