Skip to content

Commit

Permalink
update composer php required version to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed Apr 5, 2016
1 parent 8d91041 commit 4235f14
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 44 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"bin-dir": "bin"
},
"require": {
"php": ">=5.5.0"
"php": ">=7.0.5"
},
"require-dev": {
"phpunit/phpunit": "^5.2"
Expand Down
183 changes: 140 additions & 43 deletions composer.lock

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

0 comments on commit 4235f14

Please sign in to comment.