Skip to content

Commit 9a05083

Browse files
committed
Revert "Updating composer versions for version-setter for 2.4.8"
This reverts commit bcfcb25.
1 parent 1057cb9 commit 9a05083

File tree

233 files changed

+2527
-2985
lines changed

Some content is hidden

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

233 files changed

+2527
-2985
lines changed
Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +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-
],
94
"config": {
105
"sort-packages": true
116
},
12-
"version": "100.4.7",
137
"require": {
148
"php": "~8.2.0||~8.3.0||~8.4.0",
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.*",
21-
"magento/module-csp": "100.4.*"
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/module-csp": "*"
2216
},
17+
"type": "magento2-module",
18+
"license": [
19+
"OSL-3.0",
20+
"AFL-3.0"
21+
],
2322
"autoload": {
2423
"files": [
2524
"registration.php"
@@ -29,4 +28,3 @@
2928
}
3029
}
3130
}
32-
Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
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-
],
94
"config": {
105
"sort-packages": true
116
},
12-
"version": "100.4.7",
137
"require": {
148
"php": "~8.2.0||~8.3.0||~8.4.0",
159
"lib-libxml": "*",
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.*"
10+
"magento/framework": "*",
11+
"magento/module-backend": "*",
12+
"magento/module-media-storage": "*",
13+
"magento/module-store": "*",
14+
"magento/module-ui": "*",
15+
"magento/module-config": "*"
2216
},
17+
"type": "magento2-module",
18+
"license": [
19+
"OSL-3.0",
20+
"AFL-3.0"
21+
],
2322
"autoload": {
2423
"files": [
2524
"registration.php"
@@ -29,4 +28,3 @@
2928
}
3029
}
3130
}
32-
Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
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-
],
94
"config": {
105
"sort-packages": true
116
},
12-
"version": "100.4.6",
137
"require": {
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.*",
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": "*",
2216
"php": "~8.2.0||~8.3.0||~8.4.0"
2317
},
18+
"type": "magento2-module",
19+
"license": [
20+
"OSL-3.0",
21+
"AFL-3.0"
22+
],
2423
"autoload": {
2524
"files": [
2625
"registration.php"
@@ -30,4 +29,3 @@
3029
}
3130
}
3231
}
33-

app/code/Magento/Amqp/composer.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
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-
],
94
"config": {
105
"sort-packages": true
116
},
12-
"version": "100.4.5",
137
"require": {
14-
"magento/framework": "103.0.*",
15-
"magento/framework-amqp": "100.4.*",
16-
"magento/framework-message-queue": "100.4.*",
8+
"magento/framework": "*",
9+
"magento/framework-amqp": "*",
10+
"magento/framework-message-queue": "*",
1711
"php": "~8.2.0||~8.3.0||~8.4.0"
1812
},
13+
"type": "magento2-module",
14+
"license": [
15+
"OSL-3.0",
16+
"AFL-3.0"
17+
],
1918
"autoload": {
2019
"files": [
2120
"registration.php"
@@ -25,4 +24,3 @@
2524
}
2625
}
2726
}
28-
Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
{
22
"name": "magento/module-analytics",
33
"description": "N/A",
4+
"require": {
5+
"php": "~8.2.0||~8.3.0||~8.4.0",
6+
"magento/module-backend": "*",
7+
"magento/module-config": "*",
8+
"magento/module-integration": "*",
9+
"magento/module-store": "*",
10+
"magento/framework": "*"
11+
},
412
"type": "magento2-module",
513
"license": [
614
"OSL-3.0",
715
"AFL-3.0"
816
],
9-
"version": "100.4.8",
10-
"require": {
11-
"php": "~8.2.0||~8.3.0||~8.4.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-
},
1817
"autoload": {
1918
"files": [
2019
"registration.php"
@@ -24,4 +23,3 @@
2423
}
2524
}
2625
}
27-
Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
{
2-
"name": "magento/module-application-performance-monitor",
3-
"description": "Performance Monitor for Application",
4-
"type": "magento2-module",
5-
"license": "OSL-3.0",
6-
"version": "100.4.1",
7-
"require": {
8-
"php": "~8.2.0||~8.3.0||~8.4.0",
9-
"magento/framework": "103.0.*"
10-
},
11-
"autoload": {
12-
"files": [
13-
"registration.php"
14-
],
15-
"psr-4": {
16-
"Magento\\ApplicationPerformanceMonitor\\": ""
17-
}
2+
"name": "magento/module-application-performance-monitor",
3+
"license": "OSL-3.0",
4+
"type": "magento2-module",
5+
"description": "Performance Monitor for Application",
6+
"autoload": {
7+
"files": [
8+
"registration.php"
9+
],
10+
"psr-4": {
11+
"Magento\\ApplicationPerformanceMonitor\\": ""
1812
}
13+
},
14+
"require": {
15+
"php": "~8.2.0||~8.3.0||~8.4.0",
16+
"magento/framework": "*"
17+
}
1918
}
20-
Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
{
2-
"name": "magento/module-application-performance-monitor-new-relic",
3-
"description": "Performance data about Application into New Relic",
4-
"type": "magento2-module",
5-
"license": "OSL-3.0",
6-
"version": "100.4.1",
7-
"require": {
8-
"php": "~8.2.0||~8.3.0||~8.4.0",
9-
"magento/framework": "103.0.*",
10-
"magento/module-application-performance-monitor": "100.4.*",
11-
"magento/module-new-relic-reporting": "100.4.*"
12-
},
13-
"suggest": {
14-
"ext-newrelic": "This module requires New Relic's PHP extension in order to function."
15-
},
16-
"autoload": {
17-
"files": [
18-
"registration.php"
19-
],
20-
"psr-4": {
21-
"Magento\\ApplicationPerformanceMonitorNewRelic\\": ""
22-
}
2+
"name": "magento/module-application-performance-monitor-new-relic",
3+
"license": "OSL-3.0",
4+
"type": "magento2-module",
5+
"description": "Performance data about Application into New Relic",
6+
"autoload": {
7+
"files": [
8+
"registration.php"
9+
],
10+
"psr-4": {
11+
"Magento\\ApplicationPerformanceMonitorNewRelic\\": ""
2312
}
13+
},
14+
"require": {
15+
"php": "~8.2.0||~8.3.0||~8.4.0",
16+
"magento/framework": "*",
17+
"magento/module-application-performance-monitor": "*",
18+
"magento/module-new-relic-reporting": "*"
19+
},
20+
"suggest": {
21+
"ext-newrelic": "This module requires New Relic's PHP extension in order to function."
22+
}
2423
}
25-
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
22
"name": "magento/module-async-config",
33
"description": "N/A",
4+
"require": {
5+
"php": "~8.2.0||~8.3.0||~8.4.0",
6+
"magento/framework": "*",
7+
"magento/module-config": "*"
8+
},
49
"type": "magento2-module",
510
"license": [
611
"proprietary"
712
],
8-
"version": "100.4.1",
9-
"require": {
10-
"php": "~8.2.0||~8.3.0||~8.4.0",
11-
"magento/framework": "103.0.*",
12-
"magento/module-config": "101.2.*"
13-
},
1413
"autoload": {
1514
"files": [
1615
"registration.php"
@@ -20,4 +19,3 @@
2019
}
2120
}
2221
}
23-
Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
{
22
"name": "magento/module-asynchronous-operations",
33
"description": "N/A",
4-
"type": "magento2-module",
5-
"license": [
6-
"OSL-3.0",
7-
"AFL-3.0"
8-
],
94
"config": {
105
"sort-packages": true
116
},
12-
"version": "100.4.8",
137
"require": {
14-
"magento/framework": "103.0.*",
15-
"magento/framework-message-queue": "100.4.*",
16-
"magento/framework-bulk": "101.0.*",
17-
"magento/module-authorization": "100.4.*",
18-
"magento/module-backend": "102.0.*",
19-
"magento/module-ui": "101.2.*",
8+
"magento/framework": "*",
9+
"magento/framework-message-queue": "*",
10+
"magento/framework-bulk": "*",
11+
"magento/module-authorization": "*",
12+
"magento/module-backend": "*",
13+
"magento/module-ui": "*",
2014
"php": "~8.2.0||~8.3.0||~8.4.0"
2115
},
2216
"suggest": {
23-
"magento/module-admin-notification": "100.4.*",
17+
"magento/module-admin-notification": "*",
2418
"magento/module-logging": "*"
2519
},
20+
"type": "magento2-module",
21+
"license": [
22+
"OSL-3.0",
23+
"AFL-3.0"
24+
],
2625
"autoload": {
2726
"files": [
2827
"registration.php"
@@ -32,4 +31,3 @@
3231
}
3332
}
3433
}
35-
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
{
22
"name": "magento/module-authorization",
33
"description": "Authorization module provides access to Magento ACL functionality.",
4-
"type": "magento2-module",
5-
"license": [
6-
"OSL-3.0",
7-
"AFL-3.0"
8-
],
94
"config": {
105
"sort-packages": true
116
},
12-
"version": "100.4.8",
137
"require": {
148
"php": "~8.2.0||~8.3.0||~8.4.0",
15-
"magento/framework": "103.0.*",
16-
"magento/module-backend": "102.0.*"
9+
"magento/framework": "*",
10+
"magento/module-backend": "*"
1711
},
12+
"type": "magento2-module",
13+
"license": [
14+
"OSL-3.0",
15+
"AFL-3.0"
16+
],
1817
"autoload": {
1918
"files": [
2019
"registration.php"
@@ -24,4 +23,3 @@
2423
}
2524
}
2625
}
27-

0 commit comments

Comments
 (0)