Skip to content

Commit 19c89cf

Browse files
authored
Merge pull request #2344 from magento-honey-badgers/MAGETWO-89542-Eliminate-Module-Version
MAGETWO-89542: Eliminate module versions in Git
2 parents 3a8b2d6 + d8007ed commit 19c89cf

File tree

175 files changed

+1373
-1523
lines changed

Some content is hidden

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

175 files changed

+1373
-1523
lines changed

app/code/Magento/AdminNotification/composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
"require": {
88
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
99
"lib-libxml": "*",
10-
"magento/framework": "100.3.*",
11-
"magento/module-backend": "100.3.*",
12-
"magento/module-media-storage": "100.3.*",
13-
"magento/module-store": "100.3.*",
14-
"magento/module-ui": "100.3.*"
10+
"magento/framework": "*",
11+
"magento/module-backend": "*",
12+
"magento/module-media-storage": "*",
13+
"magento/module-store": "*",
14+
"magento/module-ui": "*"
1515
},
1616
"type": "magento2-module",
17-
"version": "100.3.0-dev",
1817
"license": [
1918
"OSL-3.0",
2019
"AFL-3.0"

app/code/Magento/AdvancedPricingImportExport/composer.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@
66
},
77
"require": {
88
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
9-
"magento/framework": "100.3.*",
10-
"magento/module-catalog": "101.2.*",
11-
"magento/module-catalog-import-export": "100.3.*",
12-
"magento/module-catalog-inventory": "100.3.*",
13-
"magento/module-customer": "100.3.*",
14-
"magento/module-eav": "100.3.*",
15-
"magento/module-import-export": "100.3.*",
16-
"magento/module-store": "100.3.*"
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",
19-
"version": "100.3.0-dev",
2019
"license": [
2120
"OSL-3.0",
2221
"AFL-3.0"

app/code/Magento/AdvancedSearch/composer.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"magento/framework": "100.3.*",
9-
"magento/module-backend": "100.3.*",
10-
"magento/module-catalog": "101.2.*",
11-
"magento/module-catalog-search": "100.3.*",
12-
"magento/module-config": "100.3.*",
13-
"magento/module-customer": "100.3.*",
14-
"magento/module-search": "100.3.*",
15-
"magento/module-store": "100.3.*",
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.0.2|7.0.4|~7.0.6|~7.1.0"
1717
},
1818
"type": "magento2-module",
19-
"version": "100.3.0-dev",
2019
"license": [
2120
"proprietary"
2221
],

app/code/Magento/Amqp/composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"magento/framework": "100.3.*",
9-
"magento/framework-amqp": "100.1.*",
10-
"magento/framework-message-queue": "100.3.*",
8+
"magento/framework": "*",
9+
"magento/framework-amqp": "*",
10+
"magento/framework-message-queue": "*",
1111
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1212
},
1313
"type": "magento2-module",
14-
"version": "100.3.0-dev",
1514
"license": [
1615
"proprietary"
1716
],

app/code/Magento/Analytics/composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
"description": "N/A",
44
"require": {
55
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
6-
"magento/module-backend": "100.3.*",
7-
"magento/module-config": "100.3.*",
8-
"magento/module-integration": "100.3.*",
9-
"magento/module-store": "100.3.*",
10-
"magento/framework": "100.3.*"
6+
"magento/module-backend": "*",
7+
"magento/module-config": "*",
8+
"magento/module-integration": "*",
9+
"magento/module-store": "*",
10+
"magento/framework": "*"
1111
},
1212
"type": "magento2-module",
13-
"version": "100.3.0-dev",
1413
"license": [
1514
"OSL-3.0",
1615
"AFL-3.0"

app/code/Magento/AsynchronousOperations/composer.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,19 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"magento/framework": "100.3.*",
9-
"magento/framework-bulk": "100.3.*",
10-
"magento/module-authorization": "100.3.*",
11-
"magento/module-backend": "100.3.*",
12-
"magento/module-ui": "100.3.*",
13-
"magento/module-user": "100.3.*",
8+
"magento/framework": "*",
9+
"magento/framework-bulk": "*",
10+
"magento/module-authorization": "*",
11+
"magento/module-backend": "*",
12+
"magento/module-ui": "*",
13+
"magento/module-user": "*",
1414
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1515
},
1616
"suggest": {
17-
"magento/module-admin-notification": "100.3.*",
18-
"magento/module-logging": "100.3.*"
17+
"magento/module-admin-notification": "*",
18+
"magento/module-logging": "*"
1919
},
2020
"type": "magento2-module",
21-
"version": "100.3.0-dev",
2221
"license": [
2322
"proprietary"
2423
],

app/code/Magento/Authorization/composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
},
77
"require": {
88
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
9-
"magento/framework": "100.3.*",
10-
"magento/module-backend": "100.3.*"
9+
"magento/framework": "*",
10+
"magento/module-backend": "*"
1111
},
1212
"type": "magento2-module",
13-
"version": "100.3.0-dev",
1413
"license": [
1514
"OSL-3.0",
1615
"AFL-3.0"

app/code/Magento/Authorizenet/composer.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,19 @@
66
},
77
"require": {
88
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
9-
"magento/framework": "100.3.*",
10-
"magento/module-backend": "100.3.*",
11-
"magento/module-catalog": "101.2.*",
12-
"magento/module-checkout": "100.3.*",
13-
"magento/module-payment": "100.3.*",
14-
"magento/module-quote": "100.3.*",
15-
"magento/module-sales": "100.3.*",
16-
"magento/module-store": "100.3.*"
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": "*"
1717
},
1818
"suggest": {
19-
"magento/module-config": "100.3.*"
19+
"magento/module-config": "*"
2020
},
2121
"type": "magento2-module",
22-
"version": "100.3.0-dev",
2322
"license": [
2423
"proprietary"
2524
],

app/code/Magento/Backend/composer.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,28 @@
66
},
77
"require": {
88
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
9-
"magento/framework": "100.3.*",
10-
"magento/module-backup": "100.3.*",
11-
"magento/module-catalog": "101.2.*",
12-
"magento/module-config": "100.3.*",
13-
"magento/module-customer": "100.3.*",
14-
"magento/module-developer": "100.3.*",
15-
"magento/module-directory": "100.3.*",
16-
"magento/module-eav": "100.3.*",
17-
"magento/module-quote": "100.3.*",
18-
"magento/module-reports": "100.3.*",
19-
"magento/module-require-js": "100.3.*",
20-
"magento/module-sales": "100.3.*",
21-
"magento/module-security": "100.3.*",
22-
"magento/module-store": "100.3.*",
23-
"magento/module-translation": "100.3.*",
24-
"magento/module-ui": "100.3.*",
25-
"magento/module-user": "100.3.*"
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": "100.3.*"
28+
"magento/module-theme": "*"
2929
},
3030
"type": "magento2-module",
31-
"version": "100.3.0-dev",
3231
"license": [
3332
"OSL-3.0",
3433
"AFL-3.0"

app/code/Magento/Backup/composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
},
77
"require": {
88
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
9-
"magento/framework": "100.3.*",
10-
"magento/module-backend": "100.3.*",
11-
"magento/module-cron": "100.3.*",
12-
"magento/module-store": "100.3.*"
9+
"magento/framework": "*",
10+
"magento/module-backend": "*",
11+
"magento/module-cron": "*",
12+
"magento/module-store": "*"
1313
},
1414
"type": "magento2-module",
15-
"version": "100.3.0-dev",
1615
"license": [
1716
"OSL-3.0",
1817
"AFL-3.0"

0 commit comments

Comments
 (0)