Skip to content

Commit 13978e8

Browse files
authored
Merge pull request #2 from magento-techdivision/MC-17027
MC-17027: added new version and dependencies to composer files
2 parents 98cf3de + 8c85e3e commit 13978e8

File tree

19 files changed

+96
-52
lines changed

19 files changed

+96
-52
lines changed

app/code/Magento/BundleSampleData/composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
"name": "magento/module-bundle-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
67
"magento/module-bundle": "*",
7-
"magento/module-sample-data": "*",
88
"magento/module-catalog-sample-data": "*",
9-
"magento/module-store": "*"
9+
"magento/module-store": "*",
10+
"magento/module-catalog": "*",
11+
"magento/module-eav": "*"
1012
},
1113
"type": "magento2-module",
1214
"license": [

app/code/Magento/CatalogRuleSampleData/composer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
"name": "magento/module-catalog-rule-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
67
"magento/module-catalog-rule": "*",
7-
"magento/module-sample-data": "*"
8+
"magento/module-store": "*",
9+
"magento/module-customer": "*",
10+
"magento/module-catalog": "*"
811
},
912
"type": "magento2-module",
1013
"license": [

app/code/Magento/CatalogSampleData/composer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
"name": "magento/module-catalog-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
6-
"magento/module-sample-data": "*"
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
7+
"magento/module-store": "*",
8+
"magento/module-eav": "*",
9+
"magento/module-catalog": "*"
710
},
811
"type": "magento2-module",
912
"license": [

app/code/Magento/CmsSampleData/composer.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
"name": "magento/module-cms-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
67
"magento/module-cms": "*",
7-
"magento/module-sample-data": "*",
88
"magento/module-theme-sample-data": "*",
9-
"magento/sample-data-media": "*"
9+
"magento/module-catalog-sample-data": "*",
10+
"magento/module-catalog": "*",
11+
"magento/module-store": "*",
12+
"magento/module-eav": "*"
1013
},
1114
"type": "magento2-module",
1215
"license": [

app/code/Magento/ConfigurableSampleData/composer.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22
"name": "magento/module-configurable-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
67
"magento/module-configurable-product": "*",
7-
"magento/module-sample-data": "*",
8-
"magento/module-product-links-sample-data": "*"
8+
"magento/module-product-links-sample-data": "*",
9+
"magento/module-indexer": "*",
10+
"magento/module-catalog-sample-data": "*",
11+
"magento/module-import-export": "*",
12+
"magento/module-eav": "*",
13+
"magento/module-catalog": "*"
914
},
1015
"type": "magento2-module",
1116
"license": [

app/code/Magento/CustomerSampleData/composer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
"name": "magento/module-customer-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
6-
"magento/module-sample-data": "*"
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
7+
"magento/module-customer": "*",
8+
"magento/module-directory": "*",
9+
"magento/module-store": "*"
710
},
811
"type": "magento2-module",
912
"license": [

app/code/Magento/DownloadableSampleData/composer.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
"name": "magento/module-downloadable-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
6-
"magento/module-sample-data": "*",
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
77
"magento/module-catalog-sample-data": "*",
88
"magento/module-downloadable": "*",
9-
"magento/sample-data-media": "*",
10-
"magento/module-store": "*"
9+
"magento/module-store": "*",
10+
"magento/module-eav": "*",
11+
"magento/module-catalog": "*"
1112
},
1213
"type": "magento2-module",
1314
"license": [

app/code/Magento/GroupedProductSampleData/composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
"name": "magento/module-grouped-product-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
6-
"magento/module-sample-data": "*",
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
77
"magento/module-catalog-sample-data": "*",
88
"magento/module-grouped-product": "*",
9-
"magento/module-store": "*"
9+
"magento/module-store": "*",
10+
"magento/module-catalog": "*",
11+
"magento/module-eav": "*"
1012
},
1113
"type": "magento2-module",
1214
"license": [

app/code/Magento/MsrpSampleData/composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
"name": "magento/module-msrp-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
6-
"magento/module-sample-data": "*",
7-
"magento/module-msrp": "*"
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
7+
"magento/module-msrp": "*",
8+
"magento/module-customer": "*",
9+
"magento/module-catalog": "*"
810
},
911
"type": "magento2-module",
1012
"license": [

app/code/Magento/OfflineShippingSampleData/composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"name": "magento/module-offline-shipping-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
6-
"magento/module-sample-data": "*",
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
77
"magento/module-offline-shipping": "*",
8-
"magento/module-directory": "*"
8+
"magento/module-directory": "*",
9+
"magento/module-config": "*",
10+
"magento/module-store": "*"
911
},
1012
"type": "magento2-module",
1113
"license": [

app/code/Magento/ProductLinksSampleData/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "magento/module-product-links-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
6-
"magento/module-catalog-sample-data": "*",
7-
"magento/module-sample-data": "*"
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
7+
"magento/module-catalog": "*"
88
},
99
"type": "magento2-module",
1010
"license": [

app/code/Magento/ReviewSampleData/composer.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
"name": "magento/module-review-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
6-
"magento/module-sample-data": "*",
7-
"magento/module-review": "*"
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
7+
"magento/module-review": "*",
8+
"magento/module-customer": "*",
9+
"magento/module-catalog": "*",
10+
"magento/module-store": "*"
811
},
912
"type": "magento2-module",
1013
"license": [

app/code/Magento/SalesRuleSampleData/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "magento/module-sales-rule-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
6-
"magento/module-sample-data": "*",
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
77
"magento/module-catalog-rule-sample-data": "*",
88
"magento/module-sales-rule": "*",
99
"magento/module-eav": "*"

app/code/Magento/SalesSampleData/composer.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
"name": "magento/module-sales-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
67
"magento/module-sales": "*",
7-
"magento/module-sample-data": "*",
8-
"magento/module-configurable-sample-data": "*"
8+
"magento/module-configurable-sample-data": "*",
9+
"magento/module-catalog-inventory": "*",
10+
"magento/module-customer": "*",
11+
"magento/module-catalog": "*",
12+
"magento/module-eav": "*",
13+
"magento/module-backend": "*",
14+
"magento/module-shipping": "*",
15+
"magento/module-store": "*"
916
},
1017
"type": "magento2-module",
1118
"license": [

app/code/Magento/SwatchesSampleData/composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "magento/module-swatches-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
6-
"magento/module-swatches": "*",
7-
"magento/module-sample-data": "*",
8-
"magento/module-eav": "*"
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
7+
"magento/module-eav": "*",
8+
"magento/module-catalog": "*"
99
},
1010
"type": "magento2-module",
1111
"license": [

app/code/Magento/TaxSampleData/composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"name": "magento/module-tax-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
67
"magento/module-tax": "*",
7-
"magento/module-sample-data": "*"
8+
"magento/module-directory": "*"
89
},
910
"type": "magento2-module",
1011
"license": [

app/code/Magento/ThemeSampleData/composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"name": "magento/module-theme-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
67
"magento/module-theme": "*",
7-
"magento/module-sample-data": "*"
8+
"magento/module-store": "*"
89
},
910
"type": "magento2-module",
1011
"license": [

app/code/Magento/WidgetSampleData/composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
"name": "magento/module-widget-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
67
"magento/module-widget": "*",
7-
"magento/module-sample-data": "*",
88
"magento/module-theme": "*",
9-
"magento/module-cms": "*"
9+
"magento/module-cms": "*",
10+
"magento/module-catalog": "*",
11+
"magento/module-store": "*"
1012
},
1113
"type": "magento2-module",
1214
"license": [

app/code/Magento/WishlistSampleData/composer.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
"name": "magento/module-wishlist-sample-data",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3||~7.2.0",
5+
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
67
"magento/module-wishlist": "*",
7-
"magento/module-sample-data": "*"
8+
"magento/module-customer": "*",
9+
"magento/module-catalog": "*",
10+
"magento/module-store": "*",
11+
"magento/module-configurable-product": "*"
812
},
913
"type": "magento2-module",
1014
"license": [

0 commit comments

Comments
 (0)