Skip to content

Commit 19af792

Browse files
committed
COMOPS-1042: 2.4.0 packaging
(build 2.4.0.080)
1 parent 90fe620 commit 19af792

File tree

195 files changed

+2327
-2006
lines changed

Some content is hidden

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

195 files changed

+2327
-2006
lines changed

app/code/Magento/AdminAnalytics/composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
},
77
"require": {
88
"php": "~7.3.0||~7.4.0",
9-
"magento/framework": "*",
10-
"magento/module-backend": "*",
11-
"magento/module-config": "*",
12-
"magento/module-ui": "*",
13-
"magento/module-release-notification": "*"
9+
"magento/framework": "103.0.*",
10+
"magento/module-backend": "102.0.*",
11+
"magento/module-config": "101.2.*",
12+
"magento/module-ui": "101.2.*",
13+
"magento/module-release-notification": "100.4.*"
1414
},
1515
"type": "magento2-module",
1616
"license": [
@@ -24,5 +24,6 @@
2424
"psr-4": {
2525
"Magento\\AdminAnalytics\\": ""
2626
}
27-
}
27+
},
28+
"version": "100.4.0"
2829
}

app/code/Magento/AdminNotification/composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"require": {
88
"php": "~7.3.0||~7.4.0",
99
"lib-libxml": "*",
10-
"magento/framework": "*",
11-
"magento/module-backend": "*",
12-
"magento/module-media-storage": "*",
13-
"magento/module-store": "*",
14-
"magento/module-ui": "*",
15-
"magento/module-config": "*"
10+
"magento/framework": "103.0.*",
11+
"magento/module-backend": "102.0.*",
12+
"magento/module-media-storage": "100.4.*",
13+
"magento/module-store": "101.1.*",
14+
"magento/module-ui": "101.2.*",
15+
"magento/module-config": "101.2.*"
1616
},
1717
"type": "magento2-module",
1818
"license": [
@@ -26,5 +26,6 @@
2626
"psr-4": {
2727
"Magento\\AdminNotification\\": ""
2828
}
29-
}
29+
},
30+
"version": "100.4.0"
3031
}

app/code/Magento/AdvancedPricingImportExport/composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
},
77
"require": {
88
"php": "~7.3.0||~7.4.0",
9-
"magento/framework": "*",
10-
"magento/module-catalog": "*",
11-
"magento/module-catalog-import-export": "*",
12-
"magento/module-catalog-inventory": "*",
13-
"magento/module-customer": "*",
14-
"magento/module-eav": "*",
15-
"magento/module-import-export": "*",
16-
"magento/module-store": "*"
9+
"magento/framework": "103.0.*",
10+
"magento/module-catalog": "104.0.*",
11+
"magento/module-catalog-import-export": "101.1.*",
12+
"magento/module-catalog-inventory": "100.4.*",
13+
"magento/module-customer": "103.0.*",
14+
"magento/module-eav": "102.1.*",
15+
"magento/module-import-export": "101.0.*",
16+
"magento/module-store": "101.1.*"
1717
},
1818
"type": "magento2-module",
1919
"license": [
@@ -27,5 +27,6 @@
2727
"psr-4": {
2828
"Magento\\AdvancedPricingImportExport\\": ""
2929
}
30-
}
30+
},
31+
"version": "100.4.0"
3132
}

app/code/Magento/AdvancedSearch/composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"magento/framework": "*",
9-
"magento/module-backend": "*",
10-
"magento/module-catalog": "*",
11-
"magento/module-catalog-search": "*",
12-
"magento/module-config": "*",
13-
"magento/module-customer": "*",
14-
"magento/module-search": "*",
15-
"magento/module-store": "*",
8+
"magento/framework": "103.0.*",
9+
"magento/module-backend": "102.0.*",
10+
"magento/module-catalog": "104.0.*",
11+
"magento/module-catalog-search": "102.0.*",
12+
"magento/module-config": "101.2.*",
13+
"magento/module-customer": "103.0.*",
14+
"magento/module-search": "101.1.*",
15+
"magento/module-store": "101.1.*",
1616
"php": "~7.3.0||~7.4.0"
1717
},
1818
"type": "magento2-module",
@@ -27,5 +27,6 @@
2727
"psr-4": {
2828
"Magento\\AdvancedSearch\\": ""
2929
}
30-
}
30+
},
31+
"version": "100.4.0"
3132
}

app/code/Magento/Amqp/composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"magento/framework": "*",
9-
"magento/framework-amqp": "*",
10-
"magento/framework-message-queue": "*",
8+
"magento/framework": "103.0.*",
9+
"magento/framework-amqp": "100.4.*",
10+
"magento/framework-message-queue": "100.4.*",
1111
"php": "~7.3.0||~7.4.0"
1212
},
1313
"type": "magento2-module",
@@ -22,5 +22,6 @@
2222
"psr-4": {
2323
"Magento\\Amqp\\": ""
2424
}
25-
}
25+
},
26+
"version": "100.4.0"
2627
}

app/code/Magento/AmqpStore/composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"magento/framework": "*",
9-
"magento/framework-amqp": "*",
10-
"magento/module-store": "*",
8+
"magento/framework": "103.0.*",
9+
"magento/framework-amqp": "100.4.*",
10+
"magento/module-store": "101.1.*",
1111
"php": "~7.3.0||~7.4.0"
1212
},
1313
"suggest": {
14-
"magento/module-asynchronous-operations": "*",
15-
"magento/framework-message-queue": "*"
14+
"magento/module-asynchronous-operations": "100.4.*",
15+
"magento/framework-message-queue": "100.4.*"
1616
},
1717
"type": "magento2-module",
1818
"license": [
@@ -26,5 +26,6 @@
2626
"psr-4": {
2727
"Magento\\AmqpStore\\": ""
2828
}
29-
}
29+
},
30+
"version": "100.4.0"
3031
}

app/code/Magento/Analytics/composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"description": "N/A",
44
"require": {
55
"php": "~7.3.0||~7.4.0",
6-
"magento/module-backend": "*",
7-
"magento/module-config": "*",
8-
"magento/module-integration": "*",
9-
"magento/module-store": "*",
10-
"magento/framework": "*"
6+
"magento/module-backend": "102.0.*",
7+
"magento/module-config": "101.2.*",
8+
"magento/module-integration": "100.4.*",
9+
"magento/module-store": "101.1.*",
10+
"magento/framework": "103.0.*"
1111
},
1212
"type": "magento2-module",
1313
"license": [
@@ -21,5 +21,6 @@
2121
"psr-4": {
2222
"Magento\\Analytics\\": ""
2323
}
24-
}
24+
},
25+
"version": "100.4.0"
2526
}

app/code/Magento/AsynchronousOperations/composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"magento/framework": "*",
9-
"magento/framework-message-queue": "*",
10-
"magento/framework-bulk": "*",
11-
"magento/module-authorization": "*",
12-
"magento/module-backend": "*",
13-
"magento/module-ui": "*",
8+
"magento/framework": "103.0.*",
9+
"magento/framework-message-queue": "100.4.*",
10+
"magento/framework-bulk": "101.0.*",
11+
"magento/module-authorization": "100.4.*",
12+
"magento/module-backend": "102.0.*",
13+
"magento/module-ui": "101.2.*",
1414
"php": "~7.3.0||~7.4.0"
1515
},
1616
"suggest": {
17-
"magento/module-admin-notification": "*",
18-
"magento/module-logging": "*"
17+
"magento/module-admin-notification": "100.4.*",
18+
"magento/module-logging": "101.2.*"
1919
},
2020
"type": "magento2-module",
2121
"license": [
@@ -29,5 +29,6 @@
2929
"psr-4": {
3030
"Magento\\AsynchronousOperations\\": ""
3131
}
32-
}
32+
},
33+
"version": "100.4.0"
3334
}

app/code/Magento/Authorization/composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
},
77
"require": {
88
"php": "~7.3.0||~7.4.0",
9-
"magento/framework": "*",
10-
"magento/module-backend": "*"
9+
"magento/framework": "103.0.*",
10+
"magento/module-backend": "102.0.*"
1111
},
1212
"type": "magento2-module",
1313
"license": [
@@ -21,5 +21,6 @@
2121
"psr-4": {
2222
"Magento\\Authorization\\": ""
2323
}
24-
}
24+
},
25+
"version": "100.4.0"
2526
}

app/code/Magento/Backend/composer.json

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@
66
},
77
"require": {
88
"php": "~7.3.0||~7.4.0",
9-
"magento/framework": "*",
10-
"magento/module-backup": "*",
11-
"magento/module-catalog": "*",
12-
"magento/module-config": "*",
13-
"magento/module-customer": "*",
14-
"magento/module-developer": "*",
15-
"magento/module-directory": "*",
16-
"magento/module-eav": "*",
17-
"magento/module-quote": "*",
18-
"magento/module-reports": "*",
19-
"magento/module-require-js": "*",
20-
"magento/module-sales": "*",
21-
"magento/module-security": "*",
22-
"magento/module-store": "*",
23-
"magento/module-translation": "*",
24-
"magento/module-ui": "*",
25-
"magento/module-user": "*"
9+
"magento/framework": "103.0.*",
10+
"magento/module-backup": "100.4.*",
11+
"magento/module-catalog": "104.0.*",
12+
"magento/module-config": "101.2.*",
13+
"magento/module-customer": "103.0.*",
14+
"magento/module-developer": "100.4.*",
15+
"magento/module-directory": "100.4.*",
16+
"magento/module-eav": "102.1.*",
17+
"magento/module-quote": "101.2.*",
18+
"magento/module-reports": "100.4.*",
19+
"magento/module-require-js": "100.4.*",
20+
"magento/module-sales": "103.0.*",
21+
"magento/module-security": "100.4.*",
22+
"magento/module-store": "101.1.*",
23+
"magento/module-translation": "100.4.*",
24+
"magento/module-ui": "101.2.*",
25+
"magento/module-user": "101.2.*"
2626
},
2727
"suggest": {
28-
"magento/module-theme": "*"
28+
"magento/module-theme": "101.1.*"
2929
},
3030
"type": "magento2-module",
3131
"license": [
@@ -39,5 +39,6 @@
3939
"psr-4": {
4040
"Magento\\Backend\\": ""
4141
}
42-
}
42+
},
43+
"version": "102.0.0"
4344
}

app/code/Magento/Backup/composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
},
77
"require": {
88
"php": "~7.3.0||~7.4.0",
9-
"magento/framework": "*",
10-
"magento/module-backend": "*",
11-
"magento/module-cron": "*",
12-
"magento/module-store": "*"
9+
"magento/framework": "103.0.*",
10+
"magento/module-backend": "102.0.*",
11+
"magento/module-cron": "100.4.*",
12+
"magento/module-store": "101.1.*"
1313
},
1414
"type": "magento2-module",
1515
"license": [
@@ -23,5 +23,6 @@
2323
"psr-4": {
2424
"Magento\\Backup\\": ""
2525
}
26-
}
26+
},
27+
"version": "100.4.0"
2728
}

app/code/Magento/Bundle/composer.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@
66
},
77
"require": {
88
"php": "~7.3.0||~7.4.0",
9-
"magento/framework": "*",
10-
"magento/module-backend": "*",
11-
"magento/module-catalog": "*",
12-
"magento/module-catalog-inventory": "*",
13-
"magento/module-catalog-rule": "*",
14-
"magento/module-checkout": "*",
15-
"magento/module-config": "*",
16-
"magento/module-customer": "*",
17-
"magento/module-eav": "*",
18-
"magento/module-gift-message": "*",
19-
"magento/module-media-storage": "*",
20-
"magento/module-quote": "*",
21-
"magento/module-sales": "*",
22-
"magento/module-store": "*",
23-
"magento/module-tax": "*",
24-
"magento/module-ui": "*"
9+
"magento/framework": "103.0.*",
10+
"magento/module-backend": "102.0.*",
11+
"magento/module-catalog": "104.0.*",
12+
"magento/module-catalog-inventory": "100.4.*",
13+
"magento/module-catalog-rule": "101.2.*",
14+
"magento/module-checkout": "100.4.*",
15+
"magento/module-config": "101.2.*",
16+
"magento/module-customer": "103.0.*",
17+
"magento/module-eav": "102.1.*",
18+
"magento/module-gift-message": "100.4.*",
19+
"magento/module-media-storage": "100.4.*",
20+
"magento/module-quote": "101.2.*",
21+
"magento/module-sales": "103.0.*",
22+
"magento/module-store": "101.1.*",
23+
"magento/module-tax": "100.4.*",
24+
"magento/module-ui": "101.2.*"
2525
},
2626
"suggest": {
27-
"magento/module-webapi": "*",
28-
"magento/module-bundle-sample-data": "*",
29-
"magento/module-sales-rule": "*"
27+
"magento/module-webapi": "100.4.*",
28+
"magento/module-bundle-sample-data": "Sample Data version: 100.4.*",
29+
"magento/module-sales-rule": "101.2.*"
3030
},
3131
"type": "magento2-module",
3232
"license": [
@@ -40,5 +40,6 @@
4040
"psr-4": {
4141
"Magento\\Bundle\\": ""
4242
}
43-
}
43+
},
44+
"version": "101.0.0"
4445
}

0 commit comments

Comments
 (0)