Skip to content

Commit 9436781

Browse files
committed
MC-35770: Magento 2.3.5-p2 Publication
1 parent ebbd660 commit 9436781

File tree

424 files changed

+4727
-2810
lines changed

Some content is hidden

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

424 files changed

+4727
-2810
lines changed

app/code/Magento/AdminAnalytics/composer.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,24 @@
66
},
77
"require": {
88
"php": "~7.1.3||~7.2.0||~7.3.0",
9-
"magento/framework": "*",
10-
"magento/module-backend": "*",
11-
"magento/module-config": "*",
12-
"magento/module-ui": "*",
13-
"magento/module-release-notification": "*"
9+
"magento/framework": "102.0.*",
10+
"magento/module-backend": "101.0.*",
11+
"magento/module-config": "101.1.*",
12+
"magento/module-ui": "101.1.*",
13+
"magento/module-release-notification": "100.3.*"
1414
},
1515
"type": "magento2-module",
1616
"license": [
1717
"OSL-3.0",
1818
"AFL-3.0"
1919
],
2020
"autoload": {
21-
"files": [
22-
"registration.php"
23-
],
24-
"psr-4": {
25-
"Magento\\AdminAnalytics\\": ""
26-
}
27-
}
21+
"files": [
22+
"registration.php"
23+
],
24+
"psr-4": {
25+
"Magento\\AdminAnalytics\\": ""
26+
}
27+
},
28+
"version": "100.3.2"
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.1.3||~7.2.0||~7.3.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": "102.0.*",
11+
"magento/module-backend": "101.0.*",
12+
"magento/module-media-storage": "100.3.*",
13+
"magento/module-store": "101.0.*",
14+
"magento/module-ui": "101.1.*",
15+
"magento/module-config": "101.1.*"
1616
},
1717
"type": "magento2-module",
1818
"license": [
@@ -26,5 +26,6 @@
2626
"psr-4": {
2727
"Magento\\AdminNotification\\": ""
2828
}
29-
}
29+
},
30+
"version": "100.3.5"
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.1.3||~7.2.0||~7.3.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": "102.0.*",
10+
"magento/module-catalog": "103.0.*",
11+
"magento/module-catalog-import-export": "101.0.*",
12+
"magento/module-catalog-inventory": "100.3.*",
13+
"magento/module-customer": "102.0.*",
14+
"magento/module-eav": "102.0.*",
15+
"magento/module-import-export": "100.3.*",
16+
"magento/module-store": "101.0.*"
1717
},
1818
"type": "magento2-module",
1919
"license": [
@@ -27,5 +27,6 @@
2727
"psr-4": {
2828
"Magento\\AdvancedPricingImportExport\\": ""
2929
}
30-
}
30+
},
31+
"version": "100.3.4"
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": "102.0.*",
9+
"magento/module-backend": "101.0.*",
10+
"magento/module-catalog": "103.0.*",
11+
"magento/module-catalog-search": "101.0.*",
12+
"magento/module-config": "101.1.*",
13+
"magento/module-customer": "102.0.*",
14+
"magento/module-search": "101.0.*",
15+
"magento/module-store": "101.0.*",
1616
"php": "~7.1.3||~7.2.0||~7.3.0"
1717
},
1818
"type": "magento2-module",
@@ -27,5 +27,6 @@
2727
"psr-4": {
2828
"Magento\\AdvancedSearch\\": ""
2929
}
30-
}
30+
},
31+
"version": "100.3.4"
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": "102.0.*",
9+
"magento/framework-amqp": "100.3.*",
10+
"magento/framework-message-queue": "100.3.*",
1111
"php": "~7.1.3||~7.2.0||~7.3.0"
1212
},
1313
"type": "magento2-module",
@@ -22,5 +22,6 @@
2222
"psr-4": {
2323
"Magento\\Amqp\\": ""
2424
}
25-
}
25+
},
26+
"version": "100.3.4"
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": "102.0.*",
9+
"magento/framework-amqp": "100.3.*",
10+
"magento/module-store": "101.0.*",
1111
"php": "~7.1.3||~7.2.0||~7.3.0"
1212
},
1313
"suggest": {
14-
"magento/module-asynchronous-operations": "*",
15-
"magento/framework-message-queue": "*"
14+
"magento/module-asynchronous-operations": "100.3.*",
15+
"magento/framework-message-queue": "100.3.*"
1616
},
1717
"type": "magento2-module",
1818
"license": [
@@ -26,5 +26,6 @@
2626
"psr-4": {
2727
"Magento\\AmqpStore\\": ""
2828
}
29-
}
29+
},
30+
"version": "100.3.1"
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.1.3||~7.2.0||~7.3.0",
6-
"magento/module-backend": "*",
7-
"magento/module-config": "*",
8-
"magento/module-integration": "*",
9-
"magento/module-store": "*",
10-
"magento/framework": "*"
6+
"magento/module-backend": "101.0.*",
7+
"magento/module-config": "101.1.*",
8+
"magento/module-integration": "100.3.*",
9+
"magento/module-store": "101.0.*",
10+
"magento/framework": "102.0.*"
1111
},
1212
"type": "magento2-module",
1313
"license": [
@@ -21,5 +21,6 @@
2121
"psr-4": {
2222
"Magento\\Analytics\\": ""
2323
}
24-
}
24+
},
25+
"version": "100.3.5"
2526
}

app/code/Magento/AsynchronousOperations/composer.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"magento/framework": "*",
9-
"magento/framework-bulk": "*",
10-
"magento/module-authorization": "*",
11-
"magento/module-backend": "*",
12-
"magento/module-ui": "*",
8+
"magento/framework": "102.0.*",
9+
"magento/framework-bulk": "100.3.*",
10+
"magento/module-authorization": "100.3.*",
11+
"magento/module-backend": "101.0.*",
12+
"magento/module-ui": "101.1.*",
1313
"php": "~7.1.3||~7.2.0||~7.3.0"
1414
},
1515
"suggest": {
16-
"magento/module-admin-notification": "*",
17-
"magento/module-logging": "*"
16+
"magento/module-admin-notification": "100.3.*",
17+
"magento/module-logging": "101.1.*"
1818
},
1919
"type": "magento2-module",
2020
"license": [
@@ -28,5 +28,6 @@
2828
"psr-4": {
2929
"Magento\\AsynchronousOperations\\": ""
3030
}
31-
}
31+
},
32+
"version": "100.3.5"
3233
}

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.1.3||~7.2.0||~7.3.0",
9-
"magento/framework": "*",
10-
"magento/module-backend": "*"
9+
"magento/framework": "102.0.*",
10+
"magento/module-backend": "101.0.*"
1111
},
1212
"type": "magento2-module",
1313
"license": [
@@ -21,5 +21,6 @@
2121
"psr-4": {
2222
"Magento\\Authorization\\": ""
2323
}
24-
}
24+
},
25+
"version": "100.3.4"
2526
}

app/code/Magento/Authorizenet/composer.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
},
77
"require": {
88
"php": "~7.1.3||~7.2.0||~7.3.0",
9-
"magento/framework": "*",
10-
"magento/module-backend": "*",
11-
"magento/module-catalog": "*",
12-
"magento/module-checkout": "*",
13-
"magento/module-payment": "*",
14-
"magento/module-quote": "*",
15-
"magento/module-sales": "*",
16-
"magento/module-store": "*"
9+
"magento/framework": "102.0.*",
10+
"magento/module-backend": "101.0.*",
11+
"magento/module-catalog": "103.0.*",
12+
"magento/module-checkout": "100.3.*",
13+
"magento/module-payment": "100.3.*",
14+
"magento/module-quote": "101.1.*",
15+
"magento/module-sales": "102.0.*",
16+
"magento/module-store": "101.0.*"
1717
},
1818
"suggest": {
19-
"magento/module-config": "*"
19+
"magento/module-config": "101.1.*"
2020
},
2121
"type": "magento2-module",
2222
"license": [
@@ -30,5 +30,6 @@
3030
"psr-4": {
3131
"Magento\\Authorizenet\\": ""
3232
}
33-
}
33+
},
34+
"version": "100.3.5"
3435
}

0 commit comments

Comments
 (0)