Skip to content

Commit

Permalink
MAGETWO-33556: Can't Install Magento_Quote on PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Logvin committed Feb 3, 2015
1 parent b2d96a0 commit 00c378f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/Quote/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-quote",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0",
"php": "~5.4.11|~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-catalog": "0.42.0-beta6",
"magento/module-customer": "0.42.0-beta6",
Expand Down
66 changes: 33 additions & 33 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00c378f

Please sign in to comment.