Skip to content

Commit 81259b2

Browse files
committed
Release 1.0.5
1 parent c7fc5db commit 81259b2

File tree

235 files changed

+7445
-6508
lines changed

Some content is hidden

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

235 files changed

+7445
-6508
lines changed
Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,34 @@
11
{
2-
"name": "magento/module-admin-analytics",
3-
"description": "N/A",
4-
"config": {
5-
"sort-packages": true
6-
},
7-
"require": {
8-
"php": "~8.1.0||~8.2.0||~8.3.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/module-csp": "*"
16-
},
17-
"type": "magento2-module",
18-
"license": [
19-
"OSL-3.0",
20-
"AFL-3.0"
2+
"name": "mage-os/module-admin-analytics",
3+
"description": "N/A",
4+
"config": {
5+
"sort-packages": true
6+
},
7+
"require": {
8+
"php": "~8.1.0||~8.2.0||~8.3.0",
9+
"mage-os/framework": "1.0.5",
10+
"mage-os/module-backend": "1.0.5",
11+
"mage-os/module-config": "1.0.5",
12+
"mage-os/module-store": "1.0.5",
13+
"mage-os/module-ui": "1.0.5",
14+
"mage-os/module-release-notification": "1.0.5",
15+
"mage-os/module-csp": "1.0.5"
16+
},
17+
"type": "magento2-module",
18+
"license": [
19+
"OSL-3.0",
20+
"AFL-3.0"
21+
],
22+
"autoload": {
23+
"files": [
24+
"registration.php"
2125
],
22-
"autoload": {
23-
"files": [
24-
"registration.php"
25-
],
26-
"psr-4": {
27-
"Magento\\AdminAnalytics\\": ""
28-
}
26+
"psr-4": {
27+
"Magento\\AdminAnalytics\\": ""
2928
}
30-
}
29+
},
30+
"version": "1.0.5",
31+
"replace": {
32+
"magento/module-admin-analytics": "100.4.6"
33+
}
34+
}
Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,34 @@
11
{
2-
"name": "magento/module-admin-notification",
3-
"description": "N/A",
4-
"config": {
5-
"sort-packages": true
6-
},
7-
"require": {
8-
"php": "~8.1.0||~8.2.0||~8.3.0",
9-
"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-
},
17-
"type": "magento2-module",
18-
"license": [
19-
"OSL-3.0",
20-
"AFL-3.0"
2+
"name": "mage-os/module-admin-notification",
3+
"description": "N/A",
4+
"config": {
5+
"sort-packages": true
6+
},
7+
"require": {
8+
"php": "~8.1.0||~8.2.0||~8.3.0",
9+
"lib-libxml": "*",
10+
"mage-os/framework": "1.0.5",
11+
"mage-os/module-backend": "1.0.5",
12+
"mage-os/module-media-storage": "1.0.5",
13+
"mage-os/module-store": "1.0.5",
14+
"mage-os/module-ui": "1.0.5",
15+
"mage-os/module-config": "1.0.5"
16+
},
17+
"type": "magento2-module",
18+
"license": [
19+
"OSL-3.0",
20+
"AFL-3.0"
21+
],
22+
"autoload": {
23+
"files": [
24+
"registration.php"
2125
],
22-
"autoload": {
23-
"files": [
24-
"registration.php"
25-
],
26-
"psr-4": {
27-
"Magento\\AdminNotification\\": ""
28-
}
26+
"psr-4": {
27+
"Magento\\AdminNotification\\": ""
2928
}
30-
}
29+
},
30+
"version": "1.0.5",
31+
"replace": {
32+
"magento/module-admin-notification": "100.4.6-p3"
33+
}
34+
}
Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,36 @@
11
{
2-
"name": "magento/module-advanced-pricing-import-export",
3-
"description": "N/A",
4-
"config": {
5-
"sort-packages": true
6-
},
7-
"require": {
8-
"php": "~8.1.0||~8.2.0||~8.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": "*",
17-
"magento/module-directory": "*"
18-
},
19-
"type": "magento2-module",
20-
"license": [
21-
"OSL-3.0",
22-
"AFL-3.0"
2+
"name": "mage-os/module-advanced-pricing-import-export",
3+
"description": "N/A",
4+
"config": {
5+
"sort-packages": true
6+
},
7+
"require": {
8+
"php": "~8.1.0||~8.2.0||~8.3.0",
9+
"mage-os/framework": "1.0.5",
10+
"mage-os/module-catalog": "1.0.5",
11+
"mage-os/module-catalog-import-export": "1.0.5",
12+
"mage-os/module-catalog-inventory": "1.0.5",
13+
"mage-os/module-customer": "1.0.5",
14+
"mage-os/module-eav": "1.0.5",
15+
"mage-os/module-import-export": "1.0.5",
16+
"mage-os/module-store": "1.0.5",
17+
"mage-os/module-directory": "1.0.5"
18+
},
19+
"type": "magento2-module",
20+
"license": [
21+
"OSL-3.0",
22+
"AFL-3.0"
23+
],
24+
"autoload": {
25+
"files": [
26+
"registration.php"
2327
],
24-
"autoload": {
25-
"files": [
26-
"registration.php"
27-
],
28-
"psr-4": {
29-
"Magento\\AdvancedPricingImportExport\\": ""
30-
}
28+
"psr-4": {
29+
"Magento\\AdvancedPricingImportExport\\": ""
3130
}
32-
}
31+
},
32+
"version": "1.0.5",
33+
"replace": {
34+
"magento/module-advanced-pricing-import-export": "100.4.7"
35+
}
36+
}
Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,35 @@
11
{
2-
"name": "magento/module-advanced-search",
3-
"description": "N/A",
4-
"config": {
5-
"sort-packages": true
6-
},
7-
"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": "*",
16-
"php": "~8.1.0||~8.2.0||~8.3.0"
17-
},
18-
"type": "magento2-module",
19-
"license": [
20-
"OSL-3.0",
21-
"AFL-3.0"
2+
"name": "mage-os/module-advanced-search",
3+
"description": "N/A",
4+
"config": {
5+
"sort-packages": true
6+
},
7+
"require": {
8+
"mage-os/framework": "1.0.5",
9+
"mage-os/module-backend": "1.0.5",
10+
"mage-os/module-catalog": "1.0.5",
11+
"mage-os/module-catalog-search": "1.0.5",
12+
"mage-os/module-config": "1.0.5",
13+
"mage-os/module-customer": "1.0.5",
14+
"mage-os/module-search": "1.0.5",
15+
"mage-os/module-store": "1.0.5",
16+
"php": "~8.1.0||~8.2.0||~8.3.0"
17+
},
18+
"type": "magento2-module",
19+
"license": [
20+
"OSL-3.0",
21+
"AFL-3.0"
22+
],
23+
"autoload": {
24+
"files": [
25+
"registration.php"
2226
],
23-
"autoload": {
24-
"files": [
25-
"registration.php"
26-
],
27-
"psr-4": {
28-
"Magento\\AdvancedSearch\\": ""
29-
}
27+
"psr-4": {
28+
"Magento\\AdvancedSearch\\": ""
3029
}
31-
}
30+
},
31+
"version": "1.0.5",
32+
"replace": {
33+
"magento/module-advanced-search": "100.4.5-p3"
34+
}
35+
}

app/code/Magento/Amqp/composer.json

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
11
{
2-
"name": "magento/module-amqp",
3-
"description": "N/A",
4-
"config": {
5-
"sort-packages": true
6-
},
7-
"require": {
8-
"magento/framework": "*",
9-
"magento/framework-amqp": "*",
10-
"magento/framework-message-queue": "*",
11-
"php": "~8.1.0||~8.2.0||~8.3.0"
12-
},
13-
"type": "magento2-module",
14-
"license": [
15-
"OSL-3.0",
16-
"AFL-3.0"
2+
"name": "mage-os/module-amqp",
3+
"description": "N/A",
4+
"config": {
5+
"sort-packages": true
6+
},
7+
"require": {
8+
"mage-os/framework": "1.0.5",
9+
"mage-os/framework-amqp": "1.0.5",
10+
"mage-os/framework-message-queue": "1.0.5",
11+
"php": "~8.1.0||~8.2.0||~8.3.0"
12+
},
13+
"type": "magento2-module",
14+
"license": [
15+
"OSL-3.0",
16+
"AFL-3.0"
17+
],
18+
"autoload": {
19+
"files": [
20+
"registration.php"
1721
],
18-
"autoload": {
19-
"files": [
20-
"registration.php"
21-
],
22-
"psr-4": {
23-
"Magento\\Amqp\\": ""
24-
}
22+
"psr-4": {
23+
"Magento\\Amqp\\": ""
2524
}
26-
}
25+
},
26+
"version": "1.0.5",
27+
"replace": {
28+
"magento/module-amqp": "100.4.4"
29+
}
30+
}
Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
{
2-
"name": "magento/module-analytics",
3-
"description": "N/A",
4-
"require": {
5-
"php": "~8.1.0||~8.2.0||~8.3.0",
6-
"magento/module-backend": "*",
7-
"magento/module-config": "*",
8-
"magento/module-integration": "*",
9-
"magento/module-store": "*",
10-
"magento/framework": "*"
11-
},
12-
"type": "magento2-module",
13-
"license": [
14-
"OSL-3.0",
15-
"AFL-3.0"
2+
"name": "mage-os/module-analytics",
3+
"description": "N/A",
4+
"require": {
5+
"php": "~8.1.0||~8.2.0||~8.3.0",
6+
"mage-os/module-backend": "1.0.5",
7+
"mage-os/module-config": "1.0.5",
8+
"mage-os/module-integration": "1.0.5",
9+
"mage-os/module-store": "1.0.5",
10+
"mage-os/framework": "1.0.5"
11+
},
12+
"type": "magento2-module",
13+
"license": [
14+
"OSL-3.0",
15+
"AFL-3.0"
16+
],
17+
"autoload": {
18+
"files": [
19+
"registration.php"
1620
],
17-
"autoload": {
18-
"files": [
19-
"registration.php"
20-
],
21-
"psr-4": {
22-
"Magento\\Analytics\\": ""
23-
}
21+
"psr-4": {
22+
"Magento\\Analytics\\": ""
2423
}
25-
}
24+
},
25+
"version": "1.0.5",
26+
"replace": {
27+
"magento/module-analytics": "100.4.7"
28+
}
29+
}

app/code/Magento/ApplicationPerformanceMonitor/composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "magento/module-application-performance-monitor",
2+
"name": "mage-os/module-application-performance-monitor",
33
"license": "OSL-3.0",
44
"type": "magento2-module",
55
"description": "Performance Monitor for Application",
@@ -13,6 +13,10 @@
1313
},
1414
"require": {
1515
"php": "~8.1.0||~8.2.0||~8.3.0",
16-
"magento/framework": "*"
16+
"mage-os/framework": "1.0.5"
17+
},
18+
"version": "1.0.5",
19+
"replace": {
20+
"magento/module-application-performance-monitor": "100.4.0"
1721
}
18-
}
22+
}

0 commit comments

Comments
 (0)