Skip to content

Commit 2b507b5

Browse files
author
olysenko
committed
MAGETWO-66167: Update Magento reports data
1 parent 8890116 commit 2b507b5

File tree

6 files changed

+6
-18
lines changed

6 files changed

+6
-18
lines changed

app/code/Magento/CatalogAnalytics/composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
6-
"magento/framework": "100.2.*"
7-
},
8-
"suggest": {
6+
"magento/framework": "100.2.*",
97
"magento/module-catalog": "101.1.*",
108
"magento/module-analytics": "100.2.*"
119
},

app/code/Magento/CustomerAnalytics/composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
6-
"magento/framework": "100.2.*"
7-
},
8-
"suggest": {
6+
"magento/framework": "100.2.*",
97
"magento/module-customer": "100.2.*",
108
"magento/module-analytics": "100.2.*"
119
},

app/code/Magento/QuoteAnalytics/composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
6-
"magento/framework": "100.2.*"
7-
},
8-
"suggest": {
6+
"magento/framework": "100.2.*",
97
"magento/module-quote": "100.2.*",
108
"magento/module-analytics": "100.2.*"
119
},

app/code/Magento/ReviewAnalytics/composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
6-
"magento/framework": "100.2.*"
7-
},
8-
"suggest": {
6+
"magento/framework": "100.2.*",
97
"magento/module-review": "100.2.*",
108
"magento/module-analytics": "100.2.*"
119
},

app/code/Magento/SalesAnalytics/composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
6-
"magento/framework": "100.2.*"
7-
},
8-
"suggest": {
6+
"magento/framework": "100.2.*",
97
"magento/module-analytics": "100.2.*",
108
"magento/module-sales": "100.2.*"
119
},

app/code/Magento/WishlistAnalytics/composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
6-
"magento/framework": "100.2.*"
7-
},
8-
"suggest": {
6+
"magento/framework": "100.2.*",
97
"magento/module-wishlist": "100.2.*",
108
"magento/module-analytics": "100.2.*"
119
},

0 commit comments

Comments
 (0)