Skip to content

Commit 15433c4

Browse files
committed
Revert "COMOPS-1042: 2.4.0 packaging"
This reverts commit 19af792.
1 parent 6729b6e commit 15433c4

File tree

195 files changed

+2006
-2327
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

+2006
-2327
lines changed

app/code/Magento/AdminAnalytics/composer.json

Lines changed: 6 additions & 7 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": "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.*"
9+
"magento/framework": "*",
10+
"magento/module-backend": "*",
11+
"magento/module-config": "*",
12+
"magento/module-ui": "*",
13+
"magento/module-release-notification": "*"
1414
},
1515
"type": "magento2-module",
1616
"license": [
@@ -24,6 +24,5 @@
2424
"psr-4": {
2525
"Magento\\AdminAnalytics\\": ""
2626
}
27-
},
28-
"version": "100.4.0"
27+
}
2928
}

app/code/Magento/AdminNotification/composer.json

Lines changed: 7 additions & 8 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": "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.*"
10+
"magento/framework": "*",
11+
"magento/module-backend": "*",
12+
"magento/module-media-storage": "*",
13+
"magento/module-store": "*",
14+
"magento/module-ui": "*",
15+
"magento/module-config": "*"
1616
},
1717
"type": "magento2-module",
1818
"license": [
@@ -26,6 +26,5 @@
2626
"psr-4": {
2727
"Magento\\AdminNotification\\": ""
2828
}
29-
},
30-
"version": "100.4.0"
29+
}
3130
}

app/code/Magento/AdvancedPricingImportExport/composer.json

Lines changed: 9 additions & 10 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": "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.*"
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": "*"
1717
},
1818
"type": "magento2-module",
1919
"license": [
@@ -27,6 +27,5 @@
2727
"psr-4": {
2828
"Magento\\AdvancedPricingImportExport\\": ""
2929
}
30-
},
31-
"version": "100.4.0"
30+
}
3231
}

app/code/Magento/AdvancedSearch/composer.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"sort-packages": true
66
},
77
"require": {
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.*",
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": "*",
1616
"php": "~7.3.0||~7.4.0"
1717
},
1818
"type": "magento2-module",
@@ -27,6 +27,5 @@
2727
"psr-4": {
2828
"Magento\\AdvancedSearch\\": ""
2929
}
30-
},
31-
"version": "100.4.0"
30+
}
3231
}

app/code/Magento/Amqp/composer.json

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

app/code/Magento/AmqpStore/composer.json

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

app/code/Magento/Analytics/composer.json

Lines changed: 6 additions & 7 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": "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.*"
6+
"magento/module-backend": "*",
7+
"magento/module-config": "*",
8+
"magento/module-integration": "*",
9+
"magento/module-store": "*",
10+
"magento/framework": "*"
1111
},
1212
"type": "magento2-module",
1313
"license": [
@@ -21,6 +21,5 @@
2121
"psr-4": {
2222
"Magento\\Analytics\\": ""
2323
}
24-
},
25-
"version": "100.4.0"
24+
}
2625
}

app/code/Magento/AsynchronousOperations/composer.json

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

app/code/Magento/Authorization/composer.json

Lines changed: 3 additions & 4 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": "103.0.*",
10-
"magento/module-backend": "102.0.*"
9+
"magento/framework": "*",
10+
"magento/module-backend": "*"
1111
},
1212
"type": "magento2-module",
1313
"license": [
@@ -21,6 +21,5 @@
2121
"psr-4": {
2222
"Magento\\Authorization\\": ""
2323
}
24-
},
25-
"version": "100.4.0"
24+
}
2625
}

app/code/Magento/Backend/composer.json

Lines changed: 19 additions & 20 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": "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.*"
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": "*"
2626
},
2727
"suggest": {
28-
"magento/module-theme": "101.1.*"
28+
"magento/module-theme": "*"
2929
},
3030
"type": "magento2-module",
3131
"license": [
@@ -39,6 +39,5 @@
3939
"psr-4": {
4040
"Magento\\Backend\\": ""
4141
}
42-
},
43-
"version": "102.0.0"
42+
}
4443
}

0 commit comments

Comments
 (0)