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

Lines changed: 5 additions & 3 deletions
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

Lines changed: 5 additions & 2 deletions
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

Lines changed: 5 additions & 2 deletions
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

Lines changed: 6 additions & 3 deletions
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

Lines changed: 8 additions & 3 deletions
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

Lines changed: 5 additions & 2 deletions
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

Lines changed: 5 additions & 4 deletions
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

Lines changed: 5 additions & 3 deletions
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

Lines changed: 5 additions & 3 deletions
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

Lines changed: 5 additions & 3 deletions
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": [

0 commit comments

Comments
 (0)