Skip to content

Commit

Permalink
Fixed issue umpirsky#53
Browse files Browse the repository at this point in the history
As described in umpirsky#53, composer fails when using PHP7.
  • Loading branch information
umpirsky committed Mar 26, 2016
1 parent ef0b9a9 commit 9d3e3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "~5.4"
"php": ">=5.4"
},
"require-dev": {
"umpirsky/list-generator": "^1.1",
Expand Down

0 comments on commit 9d3e3ce

Please sign in to comment.