Skip to content

Commit 17e93d0

Browse files
committed
Revert "Updating root composer files for publication service for 2.4.7-beta2"
1 parent 635859b commit 17e93d0

File tree

10 files changed

+282
-279
lines changed

10 files changed

+282
-279
lines changed

app/code/Magento/ConfigurableProduct/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"magento/module-product-video": "*",
2727
"magento/module-configurable-sample-data": "*",
2828
"magento/module-product-links-sample-data": "*",
29-
"magento/module-tax": "*"
29+
"magento/module-tax": "*",
30+
"magento/module-catalog-widget": "*"
3031
},
3132
"type": "magento2-module",
3233
"license": [

app/code/Magento/CurrencySymbol/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"php": "~8.1.0||~8.2.0",
8+
"php": "~8.1.0||~8.2.0||~8.3.0",
99
"magento/framework": "*",
1010
"magento/module-backend": "*",
1111
"magento/module-config": "*",

app/code/Magento/Elasticsearch7/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-elasticsearch-7",
33
"description": "N/A",
44
"require": {
5-
"php": "~8.1.0||~8.2.0",
5+
"php": "~8.1.0||~8.2.0||~8.3.0",
66
"magento/framework": "*",
77
"magento/module-elasticsearch": "*",
88
"elasticsearch/elasticsearch": "^7.17",

app/code/Magento/EncryptionKey/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"php": "~8.1.0||~8.2.0",
8+
"php": "~8.1.0||~8.2.0||~8.3.0",
99
"magento/framework": "*",
1010
"magento/module-backend": "*",
1111
"magento/module-config": "*"

app/code/Magento/GraphQl/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"magento/module-eav": "*",
88
"magento/framework": "*",
99
"magento/module-webapi": "*",
10-
"magento/module-new-relic-reporting": "*",
1110
"magento/module-authorization": "*",
1211
"webonyx/graphql-php": "^15.0"
1312
},

app/code/Magento/Indexer/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"require": {
88
"php": "~8.1.0||~8.2.0||~8.3.0",
99
"magento/framework": "*",
10+
"magento/framework-amqp": "*",
1011
"magento/module-backend": "*",
1112
"magento/module-customer": "*"
1213
},

app/code/Magento/LoginAsCustomerQuote/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-login-as-customer-quote",
33
"description": "",
44
"require": {
5-
"php": "~8.1.0||~8.2.0",
5+
"php": "~8.1.0||~8.2.0||~8.3.0",
66
"magento/framework": "*",
77
"magento/module-checkout": "*",
88
"magento/module-customer": "*",

app/code/Magento/OfflineShipping/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"magento/module-sales": "*",
1616
"magento/module-sales-rule": "*",
1717
"magento/module-shipping": "*",
18-
"magento/module-store": "*"
18+
"magento/module-store": "*",
19+
"magento/module-async-config": "*"
1920
},
2021
"suggest": {
2122
"magento/module-checkout": "*",

app/code/Magento/PaypalCaptcha/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"php": "~8.1.0||~8.2.0",
8+
"php": "~8.1.0||~8.2.0||~8.3.0",
99
"magento/framework": "*",
1010
"magento/module-captcha": "*",
1111
"magento/module-checkout": "*",

composer.json

Lines changed: 272 additions & 271 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)