Skip to content

Commit

Permalink
Merge pull request #2 from magento-techdivision/MC-17027
Browse files Browse the repository at this point in the history
MC-17027: added new version and dependencies to composer files
  • Loading branch information
ffalkone authored Jun 21, 2019
2 parents 98cf3de + 8c85e3e commit 13978e8
Show file tree
Hide file tree
Showing 19 changed files with 96 additions and 52 deletions.
8 changes: 5 additions & 3 deletions app/code/Magento/BundleSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"name": "magento/module-bundle-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-bundle": "*",
"magento/module-sample-data": "*",
"magento/module-catalog-sample-data": "*",
"magento/module-store": "*"
"magento/module-store": "*",
"magento/module-catalog": "*",
"magento/module-eav": "*"
},
"type": "magento2-module",
"license": [
Expand Down
7 changes: 5 additions & 2 deletions app/code/Magento/CatalogRuleSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
"name": "magento/module-catalog-rule-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-catalog-rule": "*",
"magento/module-sample-data": "*"
"magento/module-store": "*",
"magento/module-customer": "*",
"magento/module-catalog": "*"
},
"type": "magento2-module",
"license": [
Expand Down
7 changes: 5 additions & 2 deletions app/code/Magento/CatalogSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
"name": "magento/module-catalog-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"magento/module-sample-data": "*"
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-store": "*",
"magento/module-eav": "*",
"magento/module-catalog": "*"
},
"type": "magento2-module",
"license": [
Expand Down
9 changes: 6 additions & 3 deletions app/code/Magento/CmsSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
"name": "magento/module-cms-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-cms": "*",
"magento/module-sample-data": "*",
"magento/module-theme-sample-data": "*",
"magento/sample-data-media": "*"
"magento/module-catalog-sample-data": "*",
"magento/module-catalog": "*",
"magento/module-store": "*",
"magento/module-eav": "*"
},
"type": "magento2-module",
"license": [
Expand Down
11 changes: 8 additions & 3 deletions app/code/Magento/ConfigurableSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
"name": "magento/module-configurable-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-configurable-product": "*",
"magento/module-sample-data": "*",
"magento/module-product-links-sample-data": "*"
"magento/module-product-links-sample-data": "*",
"magento/module-indexer": "*",
"magento/module-catalog-sample-data": "*",
"magento/module-import-export": "*",
"magento/module-eav": "*",
"magento/module-catalog": "*"
},
"type": "magento2-module",
"license": [
Expand Down
7 changes: 5 additions & 2 deletions app/code/Magento/CustomerSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
"name": "magento/module-customer-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"magento/module-sample-data": "*"
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-customer": "*",
"magento/module-directory": "*",
"magento/module-store": "*"
},
"type": "magento2-module",
"license": [
Expand Down
9 changes: 5 additions & 4 deletions app/code/Magento/DownloadableSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"name": "magento/module-downloadable-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"magento/module-sample-data": "*",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-catalog-sample-data": "*",
"magento/module-downloadable": "*",
"magento/sample-data-media": "*",
"magento/module-store": "*"
"magento/module-store": "*",
"magento/module-eav": "*",
"magento/module-catalog": "*"
},
"type": "magento2-module",
"license": [
Expand Down
8 changes: 5 additions & 3 deletions app/code/Magento/GroupedProductSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"name": "magento/module-grouped-product-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"magento/module-sample-data": "*",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-catalog-sample-data": "*",
"magento/module-grouped-product": "*",
"magento/module-store": "*"
"magento/module-store": "*",
"magento/module-catalog": "*",
"magento/module-eav": "*"
},
"type": "magento2-module",
"license": [
Expand Down
8 changes: 5 additions & 3 deletions app/code/Magento/MsrpSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
"name": "magento/module-msrp-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"magento/module-sample-data": "*",
"magento/module-msrp": "*"
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-msrp": "*",
"magento/module-customer": "*",
"magento/module-catalog": "*"
},
"type": "magento2-module",
"license": [
Expand Down
8 changes: 5 additions & 3 deletions app/code/Magento/OfflineShippingSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"name": "magento/module-offline-shipping-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"magento/module-sample-data": "*",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-offline-shipping": "*",
"magento/module-directory": "*"
"magento/module-directory": "*",
"magento/module-config": "*",
"magento/module-store": "*"
},
"type": "magento2-module",
"license": [
Expand Down
6 changes: 3 additions & 3 deletions app/code/Magento/ProductLinksSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "magento/module-product-links-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"magento/module-catalog-sample-data": "*",
"magento/module-sample-data": "*"
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-catalog": "*"
},
"type": "magento2-module",
"license": [
Expand Down
9 changes: 6 additions & 3 deletions app/code/Magento/ReviewSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
"name": "magento/module-review-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"magento/module-sample-data": "*",
"magento/module-review": "*"
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-review": "*",
"magento/module-customer": "*",
"magento/module-catalog": "*",
"magento/module-store": "*"
},
"type": "magento2-module",
"license": [
Expand Down
4 changes: 2 additions & 2 deletions app/code/Magento/SalesRuleSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "magento/module-sales-rule-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"magento/module-sample-data": "*",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-catalog-rule-sample-data": "*",
"magento/module-sales-rule": "*",
"magento/module-eav": "*"
Expand Down
13 changes: 10 additions & 3 deletions app/code/Magento/SalesSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
"name": "magento/module-sales-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-sales": "*",
"magento/module-sample-data": "*",
"magento/module-configurable-sample-data": "*"
"magento/module-configurable-sample-data": "*",
"magento/module-catalog-inventory": "*",
"magento/module-customer": "*",
"magento/module-catalog": "*",
"magento/module-eav": "*",
"magento/module-backend": "*",
"magento/module-shipping": "*",
"magento/module-store": "*"
},
"type": "magento2-module",
"license": [
Expand Down
8 changes: 4 additions & 4 deletions app/code/Magento/SwatchesSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "magento/module-swatches-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"magento/module-swatches": "*",
"magento/module-sample-data": "*",
"magento/module-eav": "*"
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-eav": "*",
"magento/module-catalog": "*"
},
"type": "magento2-module",
"license": [
Expand Down
5 changes: 3 additions & 2 deletions app/code/Magento/TaxSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "magento/module-tax-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-tax": "*",
"magento/module-sample-data": "*"
"magento/module-directory": "*"
},
"type": "magento2-module",
"license": [
Expand Down
5 changes: 3 additions & 2 deletions app/code/Magento/ThemeSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "magento/module-theme-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-theme": "*",
"magento/module-sample-data": "*"
"magento/module-store": "*"
},
"type": "magento2-module",
"license": [
Expand Down
8 changes: 5 additions & 3 deletions app/code/Magento/WidgetSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"name": "magento/module-widget-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-widget": "*",
"magento/module-sample-data": "*",
"magento/module-theme": "*",
"magento/module-cms": "*"
"magento/module-cms": "*",
"magento/module-catalog": "*",
"magento/module-store": "*"
},
"type": "magento2-module",
"license": [
Expand Down
8 changes: 6 additions & 2 deletions app/code/Magento/WishlistSampleData/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"name": "magento/module-wishlist-sample-data",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "*",
"magento/module-wishlist": "*",
"magento/module-sample-data": "*"
"magento/module-customer": "*",
"magento/module-catalog": "*",
"magento/module-store": "*",
"magento/module-configurable-product": "*"
},
"type": "magento2-module",
"license": [
Expand Down

0 comments on commit 13978e8

Please sign in to comment.