Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 954d355

Browse files
committed
MAGETWO-83755: Impossible to create magento project for 2.2.2
- Up dependency versions for new modules
1 parent 7db3049 commit 954d355

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

app/code/Magento/Analytics/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"require": {
55
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
66
"magento/module-backend": "100.2.*",
7-
"magento/module-config": "100.2.*",
7+
"magento/module-config": "101.0.*",
88
"magento/module-integration": "100.2.*",
99
"magento/module-store": "100.2.*",
10-
"magento/framework": "100.2.*"
10+
"magento/framework": "101.0.*"
1111
},
1212
"type": "magento2-module",
1313
"version": "100.2.0",

app/code/Magento/CatalogAnalytics/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "N/A",
44
"require": {
55
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
6-
"magento/framework": "100.2.*",
7-
"magento/module-catalog": "101.1.*"
6+
"magento/framework": "101.0.*",
7+
"magento/module-catalog": "102.0.*"
88
},
99
"type": "magento2-module",
1010
"version": "100.2.0",

app/code/Magento/CustomerAnalytics/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "N/A",
44
"require": {
55
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
6-
"magento/framework": "100.2.*",
7-
"magento/module-customer": "100.2.*"
6+
"magento/framework": "101.0.*",
7+
"magento/module-customer": "101.0.*"
88
},
99
"type": "magento2-module",
1010
"version": "100.2.0",

app/code/Magento/InstantPurchase/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"magento/module-shipping": "100.2.*",
1717
"magento/module-quote": "101.0.*",
1818
"magento/module-vault": "101.0.*",
19-
"magento/framework": "100.2.*"
19+
"magento/framework": "101.0.*"
2020
},
2121
"autoload": {
2222
"files": [

app/code/Magento/QuoteAnalytics/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "N/A",
44
"require": {
55
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
6-
"magento/framework": "100.2.*",
7-
"magento/module-quote": "100.2.*"
6+
"magento/framework": "101.0.*",
7+
"magento/module-quote": "101.0.*"
88
},
99
"type": "magento2-module",
1010
"version": "100.2.0",

app/code/Magento/ReviewAnalytics/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "N/A",
44
"require": {
55
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
6-
"magento/framework": "100.2.*",
6+
"magento/framework": "101.0.*",
77
"magento/module-review": "100.2.*"
88
},
99
"type": "magento2-module",

app/code/Magento/SalesAnalytics/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "N/A",
44
"require": {
55
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
6-
"magento/framework": "100.2.*",
7-
"magento/module-sales": "100.2.*"
6+
"magento/framework": "101.0.*",
7+
"magento/module-sales": "101.0.*"
88
},
99
"type": "magento2-module",
1010
"version": "100.2.0",

app/code/Magento/WishlistAnalytics/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "N/A",
44
"require": {
55
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
6-
"magento/framework": "100.2.*",
7-
"magento/module-wishlist": "100.2.*"
6+
"magento/framework": "101.0.*",
7+
"magento/module-wishlist": "101.0.*"
88
},
99
"type": "magento2-module",
1010
"version": "100.2.0",

0 commit comments

Comments
 (0)