Skip to content

Commit

Permalink
MAGETWO-41938: [Volunteers] Creation of M2 Sample Command: Demonstrat…
Browse files Browse the repository at this point in the history
…e how to add new Commands to Command line interface

- fixed dependencies in existing modules
  • Loading branch information
Ivan Gavryshko committed Nov 18, 2015
1 parent 61a526a commit 3283530
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 19 deletions.
4 changes: 3 additions & 1 deletion sample-bundle-all/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"magento/sample-module-service-contract-replacement": "~1.0",
"magento/sample-module-shipping-provider": "~1.0",
"magento/sample-module-payment-provider": "~1.0",
"magento/sample-module-servicecontract-new": "~1.0"
"magento/sample-module-servicecontract-new": "~1.0",
"magento/sample-module-command": "~1.0",
"magento/sample-module-custom-deployment-config": "~1.0"
}
}
2 changes: 1 addition & 1 deletion sample-module-interception/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "~1.0.0"
"magento/framework": "~100.0"
},
"autoload": {
"files": [ "registration.php" ],
Expand Down
4 changes: 2 additions & 2 deletions sample-module-modifycontent/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "~1.0.0",
"magento/module-catalog": "~1.0.0"
"magento/framework": "~100.0",
"magento/module-catalog": "~100.0"
},
"autoload": {
"files": [ "registration.php" ],
Expand Down
2 changes: 1 addition & 1 deletion sample-module-newpage/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "~1.0.0"
"magento/framework": "~100.0"
},
"autoload": {
"files": [ "registration.php" ],
Expand Down
4 changes: 2 additions & 2 deletions sample-module-service-contract-client/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "~1.0.0",
"magento/module-catalog": "~1.0.0"
"magento/framework": "~100.0",
"magento/module-catalog": "~100.0"
},
"autoload": {
"files": [ "registration.php" ],
Expand Down
4 changes: 2 additions & 2 deletions sample-module-service-contract-replacement/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "~1.0.0",
"magento/module-quote": "~1.0.0",
"magento/module-gift-message": "~1.0.0",
"magento/module-catalog": "~1.0.0"
"magento/module-gift-message": "~100.0",
"magento/module-catalog": "~100.0"
},
"autoload": {
"files": [ "registration.php" ],
Expand Down
2 changes: 1 addition & 1 deletion sample-module-servicecontract-new/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "~0.42"
"magento/framework": "~100.0"
},
"autoload": {
"files": [ "registration.php" ],
Expand Down
10 changes: 5 additions & 5 deletions sample-module-shipping-provider/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"require": {
"php": "~5.5.0|~5.6.0",
"magento/magento-composer-installer": "*",
"magento/framework": "~1.0.0",
"magento/module-store": "~1.0.0",
"magento/module-shipping": "~1.0.0",
"magento/module-quote": "~1.0.0",
"magento/module-checkout": "~1.0.0"
"magento/framework": "~100.0",
"magento/module-store": "~100.0",
"magento/module-shipping": "~100.0",
"magento/module-quote": "~100.0",
"magento/module-checkout": "~100.0"
},
"extra": {
"map": [
Expand Down
4 changes: 2 additions & 2 deletions sample-module-theme/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/theme-frontend-luma": "~1.0.0",
"magento/framework": "~1.0.0"
"magento/theme-frontend-luma": "~100.0",
"magento/framework": "~100.0"
},
"type": "magento2-theme",
"version": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sample-module-webapi-client/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-catalog": "~1.0.0"
"magento/module-catalog": "~100.0"
},
"autoload": {
"files": [ "registration.php" ],
Expand Down
2 changes: 1 addition & 1 deletion sample-module-webflow/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "~1.0.0"
"magento/framework": "~100.0"
},
"autoload": {
"files": [ "registration.php" ],
Expand Down

0 comments on commit 3283530

Please sign in to comment.