Skip to content

Commit

Permalink
Downgrade composer for compatibility with PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cpriego committed Feb 5, 2017
1 parent 3929976 commit 0c9ba76
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 49 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": ">=5.4"
"phpunit/phpunit": "<5.7.x-dev"
},
"bin": [
"valet"
Expand Down
154 changes: 106 additions & 48 deletions composer.lock

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

0 comments on commit 0c9ba76

Please sign in to comment.