Skip to content

Commit 11846a1

Browse files
author
magento packaging service
committed
Magento Release 2.4.5-p1
1 parent 750f3c8 commit 11846a1

File tree

263 files changed

+4358
-2915
lines changed

Some content is hidden

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

263 files changed

+4358
-2915
lines changed
+21-19
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
11
{
22
"name": "magento/module-admin-adobe-ims",
33
"description": "N/A",
4+
"type": "magento2-module",
5+
"license": [
6+
"OSL-3.0",
7+
"AFL-3.0"
8+
],
49
"config": {
510
"sort-packages": true
611
},
12+
"version": "100.4.0",
713
"require": {
814
"php": "~7.4.0||~8.1.0",
9-
"magento/framework": "*",
10-
"magento/module-adobe-ims": "*",
11-
"magento/module-adobe-ims-api": "*",
12-
"magento/module-config": "*",
13-
"magento/module-backend": "*",
14-
"magento/module-user": "*",
15-
"magento/module-captcha": "*",
16-
"magento/module-authorization": "*",
17-
"magento/module-store": "*",
18-
"magento/module-email": "*",
19-
"magento/module-integration": "*",
20-
"magento/module-jwt-user-token": "*",
21-
"magento/module-security": "*"
15+
"magento/framework": "103.0.*",
16+
"magento/module-adobe-ims": "2.1.*",
17+
"magento/module-adobe-ims-api": "2.1.*",
18+
"magento/module-config": "101.2.*",
19+
"magento/module-backend": "102.0.*",
20+
"magento/module-user": "101.2.*",
21+
"magento/module-captcha": "100.4.*",
22+
"magento/module-authorization": "100.4.*",
23+
"magento/module-store": "101.1.*",
24+
"magento/module-email": "101.1.*",
25+
"magento/module-integration": "100.4.*",
26+
"magento/module-jwt-user-token": "100.4.*",
27+
"magento/module-security": "100.4.*"
2228
},
2329
"suggest": {
24-
"magento/module-theme": "*"
30+
"magento/module-theme": "101.1.*"
2531
},
26-
"type": "magento2-module",
27-
"license": [
28-
"OSL-3.0",
29-
"AFL-3.0"
30-
],
3132
"autoload": {
3233
"files": [
3334
"registration.php"
@@ -37,3 +38,4 @@
3738
}
3839
}
3940
}
41+
+13-11
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
{
22
"name": "magento/module-admin-analytics",
33
"description": "N/A",
4+
"type": "magento2-module",
5+
"license": [
6+
"OSL-3.0",
7+
"AFL-3.0"
8+
],
49
"config": {
510
"sort-packages": true
611
},
12+
"version": "100.4.4",
713
"require": {
814
"php": "~7.4.0||~8.1.0",
9-
"magento/framework": "*",
10-
"magento/module-backend": "*",
11-
"magento/module-config": "*",
12-
"magento/module-store": "*",
13-
"magento/module-ui": "*",
14-
"magento/module-release-notification": "*"
15+
"magento/framework": "103.0.*",
16+
"magento/module-backend": "102.0.*",
17+
"magento/module-config": "101.2.*",
18+
"magento/module-store": "101.1.*",
19+
"magento/module-ui": "101.2.*",
20+
"magento/module-release-notification": "100.4.*"
1521
},
16-
"type": "magento2-module",
17-
"license": [
18-
"OSL-3.0",
19-
"AFL-3.0"
20-
],
2122
"autoload": {
2223
"files": [
2324
"registration.php"
@@ -27,3 +28,4 @@
2728
}
2829
}
2930
}
31+
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
{
22
"name": "magento/module-admin-notification",
33
"description": "N/A",
4+
"type": "magento2-module",
5+
"license": [
6+
"OSL-3.0",
7+
"AFL-3.0"
8+
],
49
"config": {
510
"sort-packages": true
611
},
12+
"version": "100.4.4",
713
"require": {
814
"php": "~7.4.0||~8.1.0",
915
"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": "*"
16+
"magento/framework": "103.0.*",
17+
"magento/module-backend": "102.0.*",
18+
"magento/module-media-storage": "100.4.*",
19+
"magento/module-store": "101.1.*",
20+
"magento/module-ui": "101.2.*",
21+
"magento/module-config": "101.2.*"
1622
},
17-
"type": "magento2-module",
18-
"license": [
19-
"OSL-3.0",
20-
"AFL-3.0"
21-
],
2223
"autoload": {
2324
"files": [
2425
"registration.php"
@@ -28,3 +29,4 @@
2829
}
2930
}
3031
}
32+
+11-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
{
22
"name": "magento/module-adobe-ims",
33
"description": "Magento module responsible for authentication to Adobe services",
4-
"require": {
5-
"php": "~7.4.0||~8.1.0",
6-
"magento/framework": "*",
7-
"magento/module-adobe-ims-api": "*",
8-
"magento/module-authorization": "*",
9-
"magento/module-backend": "*",
10-
"magento/module-config": "*",
11-
"magento/module-user": "*"
12-
},
134
"type": "magento2-module",
145
"license": [
156
"OSL-3.0",
167
"AFL-3.0"
178
],
9+
"version": "2.1.4",
10+
"require": {
11+
"php": "~7.4.0||~8.1.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-adobe-ims-api": "2.1.*",
14+
"magento/module-authorization": "100.4.*",
15+
"magento/module-backend": "102.0.*",
16+
"magento/module-config": "101.2.*",
17+
"magento/module-user": "101.2.*"
18+
},
1819
"autoload": {
1920
"files": [
2021
"registration.php"
@@ -24,3 +25,4 @@
2425
}
2526
}
2627
}
28+
+6-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"name": "magento/module-adobe-ims-api",
33
"description": "Implementation of Magento module responsible for authentication to Adobe services",
4-
"require": {
5-
"php": "~7.4.0||~8.1.0",
6-
"magento/framework": "*"
7-
},
84
"type": "magento2-module",
95
"license": [
106
"OSL-3.0",
117
"AFL-3.0"
128
],
9+
"version": "2.1.2",
10+
"require": {
11+
"php": "~7.4.0||~8.1.0",
12+
"magento/framework": "103.0.*"
13+
},
1314
"autoload": {
1415
"files": [
1516
"registration.php"
@@ -19,3 +20,4 @@
1920
}
2021
}
2122
}
23+
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
{
22
"name": "magento/module-advanced-pricing-import-export",
33
"description": "N/A",
4+
"type": "magento2-module",
5+
"license": [
6+
"OSL-3.0",
7+
"AFL-3.0"
8+
],
49
"config": {
510
"sort-packages": true
611
},
12+
"version": "100.4.5",
713
"require": {
814
"php": "~7.4.0||~8.1.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": "*",
17-
"magento/module-directory": "*"
15+
"magento/framework": "103.0.*",
16+
"magento/module-catalog": "104.0.*",
17+
"magento/module-catalog-import-export": "101.1.*",
18+
"magento/module-catalog-inventory": "100.4.*",
19+
"magento/module-customer": "103.0.*",
20+
"magento/module-eav": "102.1.*",
21+
"magento/module-import-export": "101.0.*",
22+
"magento/module-store": "101.1.*",
23+
"magento/module-directory": "100.4.*"
1824
},
19-
"type": "magento2-module",
20-
"license": [
21-
"OSL-3.0",
22-
"AFL-3.0"
23-
],
2425
"autoload": {
2526
"files": [
2627
"registration.php"
@@ -30,3 +31,4 @@
3031
}
3132
}
3233
}
34+
+15-13
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
{
22
"name": "magento/module-advanced-search",
33
"description": "N/A",
4+
"type": "magento2-module",
5+
"license": [
6+
"OSL-3.0",
7+
"AFL-3.0"
8+
],
49
"config": {
510
"sort-packages": true
611
},
12+
"version": "100.4.3",
713
"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": "*",
14+
"magento/framework": "103.0.*",
15+
"magento/module-backend": "102.0.*",
16+
"magento/module-catalog": "104.0.*",
17+
"magento/module-catalog-search": "102.0.*",
18+
"magento/module-config": "101.2.*",
19+
"magento/module-customer": "103.0.*",
20+
"magento/module-search": "101.1.*",
21+
"magento/module-store": "101.1.*",
1622
"php": "~7.4.0||~8.1.0"
1723
},
18-
"type": "magento2-module",
19-
"license": [
20-
"OSL-3.0",
21-
"AFL-3.0"
22-
],
2324
"autoload": {
2425
"files": [
2526
"registration.php"
@@ -29,3 +30,4 @@
2930
}
3031
}
3132
}
33+

app/code/Magento/Amqp/composer.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
{
22
"name": "magento/module-amqp",
33
"description": "N/A",
4+
"type": "magento2-module",
5+
"license": [
6+
"OSL-3.0",
7+
"AFL-3.0"
8+
],
49
"config": {
510
"sort-packages": true
611
},
12+
"version": "100.4.2",
713
"require": {
8-
"magento/framework": "*",
9-
"magento/framework-amqp": "*",
10-
"magento/framework-message-queue": "*",
14+
"magento/framework": "103.0.*",
15+
"magento/framework-amqp": "100.4.*",
16+
"magento/framework-message-queue": "100.4.*",
1117
"php": "~7.4.0||~8.1.0"
1218
},
13-
"type": "magento2-module",
14-
"license": [
15-
"OSL-3.0",
16-
"AFL-3.0"
17-
],
1819
"autoload": {
1920
"files": [
2021
"registration.php"
@@ -24,3 +25,4 @@
2425
}
2526
}
2627
}
28+
+10-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
22
"name": "magento/module-analytics",
33
"description": "N/A",
4-
"require": {
5-
"php": "~7.4.0||~8.1.0",
6-
"magento/module-backend": "*",
7-
"magento/module-config": "*",
8-
"magento/module-integration": "*",
9-
"magento/module-store": "*",
10-
"magento/framework": "*"
11-
},
124
"type": "magento2-module",
135
"license": [
146
"OSL-3.0",
157
"AFL-3.0"
168
],
9+
"version": "100.4.5",
10+
"require": {
11+
"php": "~7.4.0||~8.1.0",
12+
"magento/module-backend": "102.0.*",
13+
"magento/module-config": "101.2.*",
14+
"magento/module-integration": "100.4.*",
15+
"magento/module-store": "101.1.*",
16+
"magento/framework": "103.0.*"
17+
},
1718
"autoload": {
1819
"files": [
1920
"registration.php"
@@ -23,3 +24,4 @@
2324
}
2425
}
2526
}
27+

0 commit comments

Comments
 (0)