Skip to content

Commit

Permalink
Merge pull request #1186 from therouv/composer-installer
Browse files Browse the repository at this point in the history
SalesSequence: Fixed composer installer dependency
  • Loading branch information
vpelipenko committed Apr 16, 2015
2 parents 94f190f + b1ad309 commit 3edca36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/SalesSequence/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"require": {
"php": "~5.5.0|~5.6.0",
"magento/framework": "0.74.0-beta4",
"magento/magento-composer-installer": "0.74.0-beta4"
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta4",
Expand Down

0 comments on commit 3edca36

Please sign in to comment.