Skip to content

Commit ae5f34f

Browse files
author
magento packaging service
committed
Updating composer versions for version-setter for 1.2.9-alpha3
1 parent 9519ac0 commit ae5f34f

File tree

75 files changed

+947
-798
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+947
-798
lines changed

Inventory/composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "magento/module-inventory",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.2.0||~8.3.0||~8.4.0",
6-
"magento/framework": "*",
7-
"magento/module-inventory-api": "*"
8-
},
94
"type": "magento2-module",
105
"license": [
116
"OSL-3.0",
127
"AFL-3.0"
138
],
9+
"version": "1.2.7-alpha3",
10+
"require": {
11+
"php": "~8.2.0||~8.3.0||~8.4.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-inventory-api": "1.2.*"
14+
},
1415
"autoload": {
1516
"files": [
1617
"registration.php"
@@ -20,3 +21,4 @@
2021
}
2122
}
2223
}
24+

InventoryAdminUi/composer.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
22
"name": "magento/module-inventory-admin-ui",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.2.0||~8.3.0||~8.4.0",
6-
"magento/framework": "*",
7-
"magento/module-inventory": "*",
8-
"magento/module-inventory-api": "*",
9-
"magento/module-inventory-catalog-api": "*",
10-
"magento/module-backend": "*",
11-
"magento/module-directory": "*",
12-
"magento/module-ui": "*"
13-
},
144
"type": "magento2-module",
155
"license": [
166
"OSL-3.0",
177
"AFL-3.0"
188
],
9+
"version": "1.2.7-alpha3",
10+
"require": {
11+
"php": "~8.2.0||~8.3.0||~8.4.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-inventory": "1.2.*",
14+
"magento/module-inventory-api": "1.2.*",
15+
"magento/module-inventory-catalog-api": "1.3.*",
16+
"magento/module-backend": "102.0.*",
17+
"magento/module-directory": "100.4.*",
18+
"magento/module-ui": "101.2.*"
19+
},
1920
"autoload": {
2021
"files": [
2122
"registration.php"
@@ -25,3 +26,4 @@
2526
}
2627
}
2728
}
29+
Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
22
"name": "magento/module-inventory-advanced-checkout",
33
"description": "N/A",
4+
"type": "magento2-module",
5+
"license": [
6+
"OSL-3.0",
7+
"AFL-3.0"
8+
],
9+
"version": "1.2.6-alpha3",
410
"require": {
511
"php": "~8.2.0||~8.3.0||~8.4.0",
6-
"magento/framework": "*",
7-
"magento/module-store": "*",
8-
"magento/module-inventory-catalog-api": "*",
9-
"magento/module-inventory-sales-api": "*"
12+
"magento/framework": "103.0.*",
13+
"magento/module-store": "101.1.*",
14+
"magento/module-inventory-catalog-api": "1.3.*",
15+
"magento/module-inventory-sales-api": "1.2.*"
1016
},
1117
"suggest": {
1218
"magento/module-advanced-checkout": "*"
1319
},
14-
"type": "magento2-module",
15-
"license": [
16-
"OSL-3.0",
17-
"AFL-3.0"
18-
],
1920
"autoload": {
2021
"files": [
2122
"registration.php"
@@ -25,3 +26,4 @@
2526
}
2627
}
2728
}
29+

InventoryApi/composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"name": "magento/module-inventory-api",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.2.0||~8.3.0||~8.4.0",
6-
"magento/framework": "*"
7-
},
84
"type": "magento2-module",
95
"license": [
106
"OSL-3.0",
117
"AFL-3.0"
128
],
9+
"version": "1.2.7-alpha3",
10+
"require": {
11+
"php": "~8.2.0||~8.3.0||~8.4.0",
12+
"magento/framework": "103.0.*"
13+
},
1314
"autoload": {
1415
"files": [
1516
"registration.php"
@@ -19,3 +20,4 @@
1920
}
2021
}
2122
}
23+
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"name": "magento/module-inventory-bundle-import-export",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.2.0||~8.3.0||~8.4.0",
6-
"magento/framework": "*",
7-
"magento/module-bundle-import-export": "*",
8-
"magento/module-inventory-catalog-api": "*",
9-
"magento/module-catalog-import-export": "*"
10-
},
114
"type": "magento2-module",
125
"license": [
136
"OSL-3.0",
147
"AFL-3.0"
158
],
9+
"version": "1.1.5-alpha3",
10+
"require": {
11+
"php": "~8.2.0||~8.3.0||~8.4.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-bundle-import-export": "100.4.*",
14+
"magento/module-inventory-catalog-api": "1.3.*",
15+
"magento/module-catalog-import-export": "101.1.*"
16+
},
1617
"autoload": {
1718
"files": [
1819
"registration.php"
@@ -22,3 +23,4 @@
2223
}
2324
}
2425
}
26+
Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
{
22
"name": "magento/module-inventory-bundle-product",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.2.0||~8.3.0||~8.4.0",
6-
"magento/framework": "*",
7-
"magento/module-bundle": "*",
8-
"magento/module-catalog": "*",
9-
"magento/module-inventory-api": "*",
10-
"magento/module-inventory-catalog-api": "*",
11-
"magento/module-inventory-configuration-api": "*",
12-
"magento/module-inventory-sales-api": "*",
13-
"magento/module-store": "*"
14-
},
15-
"suggest": {
16-
"magento/module-catalog-inventory": "*",
17-
"magento/module-inventory": "*"
18-
},
194
"type": "magento2-module",
205
"license": [
216
"OSL-3.0",
227
"AFL-3.0"
238
],
9+
"version": "1.2.6-alpha3",
10+
"require": {
11+
"php": "~8.2.0||~8.3.0||~8.4.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-bundle": "101.0.*",
14+
"magento/module-catalog": "104.0.*",
15+
"magento/module-inventory-api": "1.2.*",
16+
"magento/module-inventory-catalog-api": "1.3.*",
17+
"magento/module-inventory-configuration-api": "1.2.*",
18+
"magento/module-inventory-sales-api": "1.2.*",
19+
"magento/module-store": "101.1.*"
20+
},
21+
"suggest": {
22+
"magento/module-catalog-inventory": "100.4.*",
23+
"magento/module-inventory": "1.2.*"
24+
},
2425
"autoload": {
2526
"files": [
2627
"registration.php"
@@ -30,3 +31,4 @@
3031
}
3132
}
3233
}
34+
Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
{
22
"name": "magento/module-inventory-bundle-product-admin-ui",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.2.0||~8.3.0||~8.4.0",
6-
"magento/framework": "*",
7-
"magento/module-bundle": "*",
8-
"magento/module-catalog": "*",
9-
"magento/module-ui": "*",
10-
"magento/module-inventory-catalog-api": "*",
11-
"magento/module-inventory-catalog-admin-ui": "*"
12-
},
13-
"suggest": {
14-
"magento/module-inventory-configuration-api": "*"
15-
},
164
"type": "magento2-module",
175
"license": [
186
"OSL-3.0",
197
"AFL-3.0"
208
],
9+
"version": "1.2.6-alpha3",
10+
"require": {
11+
"php": "~8.2.0||~8.3.0||~8.4.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-bundle": "101.0.*",
14+
"magento/module-catalog": "104.0.*",
15+
"magento/module-ui": "101.2.*",
16+
"magento/module-inventory-catalog-api": "1.3.*",
17+
"magento/module-inventory-catalog-admin-ui": "1.2.*"
18+
},
19+
"suggest": {
20+
"magento/module-inventory-configuration-api": "1.2.*"
21+
},
2122
"autoload": {
2223
"files": [
2324
"registration.php"
@@ -27,3 +28,4 @@
2728
}
2829
}
2930
}
31+
Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
{
22
"name": "magento/module-inventory-bundle-product-indexer",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.2.0||~8.3.0||~8.4.0",
6-
"magento/framework": "*",
7-
"magento/module-bundle": "*",
8-
"magento/module-catalog": "*",
9-
"magento/module-inventory-api": "*",
10-
"magento/module-inventory-catalog-api": "*",
11-
"magento/module-inventory-indexer": "*",
12-
"magento/module-inventory-multi-dimensional-indexer-api": "*",
13-
"magento/module-inventory-configuration-api": "*"
14-
},
15-
"suggest": {
16-
"magento/module-inventory": "*"
17-
},
184
"type": "magento2-module",
195
"license": [
206
"OSL-3.0",
217
"AFL-3.0"
228
],
9+
"version": "1.1.6-alpha3",
10+
"require": {
11+
"php": "~8.2.0||~8.3.0||~8.4.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-bundle": "101.0.*",
14+
"magento/module-catalog": "104.0.*",
15+
"magento/module-inventory-api": "1.2.*",
16+
"magento/module-inventory-catalog-api": "1.3.*",
17+
"magento/module-inventory-indexer": "2.2.*",
18+
"magento/module-inventory-multi-dimensional-indexer-api": "1.2.*",
19+
"magento/module-inventory-configuration-api": "1.2.*"
20+
},
21+
"suggest": {
22+
"magento/module-inventory": "1.2.*"
23+
},
2324
"autoload": {
2425
"files": [
2526
"registration.php"
@@ -29,3 +30,4 @@
2930
}
3031
}
3132
}
33+

InventoryCache/composer.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
{
22
"name": "magento/module-inventory-cache",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.2.0||~8.3.0||~8.4.0",
6-
"magento/framework": "*",
7-
"magento/module-inventory-catalog-api": "*",
8-
"magento/module-inventory-indexer": "*"
9-
},
10-
"suggest": {
11-
"magento/module-catalog": "*"
12-
},
134
"type": "magento2-module",
145
"license": [
156
"OSL-3.0",
167
"AFL-3.0"
178
],
9+
"version": "1.2.7-alpha3",
10+
"require": {
11+
"php": "~8.2.0||~8.3.0||~8.4.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-inventory-catalog-api": "1.3.*",
14+
"magento/module-inventory-indexer": "2.2.*"
15+
},
16+
"suggest": {
17+
"magento/module-catalog": "104.0.*"
18+
},
1819
"autoload": {
1920
"files": [
2021
"registration.php"
@@ -24,3 +25,4 @@
2425
}
2526
}
2627
}
28+

InventoryCatalog/composer.json

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
{
22
"name": "magento/module-inventory-catalog",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.2.0||~8.3.0||~8.4.0",
6-
"magento/framework": "*",
7-
"magento/module-catalog": "*",
8-
"magento/module-catalog-inventory": "*",
9-
"magento/module-inventory-api": "*",
10-
"magento/module-inventory-catalog-api": "*",
11-
"magento/module-store": "*",
12-
"magento/module-inventory": "*",
13-
"magento/module-inventory-configuration-api": "*",
14-
"magento/module-inventory-indexer": "*",
15-
"magento/module-inventory-sales-api": "*",
16-
"magento/module-inventory-configuration": "*"
17-
},
18-
"suggest": {
19-
"magento/module-inventory-reservations-api": "*"
20-
},
214
"type": "magento2-module",
225
"license": [
236
"OSL-3.0",
247
"AFL-3.0"
258
],
9+
"version": "1.3.4-alpha3",
10+
"require": {
11+
"php": "~8.2.0||~8.3.0||~8.4.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-catalog": "104.0.*",
14+
"magento/module-catalog-inventory": "100.4.*",
15+
"magento/module-inventory-api": "1.2.*",
16+
"magento/module-inventory-catalog-api": "1.3.*",
17+
"magento/module-store": "101.1.*",
18+
"magento/module-inventory": "1.2.*",
19+
"magento/module-inventory-configuration-api": "1.2.*",
20+
"magento/module-inventory-indexer": "2.2.*",
21+
"magento/module-inventory-sales-api": "1.2.*",
22+
"magento/module-inventory-configuration": "1.2.*"
23+
},
24+
"suggest": {
25+
"magento/module-inventory-reservations-api": "1.2.*"
26+
},
2627
"autoload": {
2728
"files": [
2829
"registration.php"
@@ -32,3 +33,4 @@
3233
}
3334
}
3435
}
36+

0 commit comments

Comments
 (0)