Skip to content

Commit

Permalink
Merge pull request #2 from adamlundrigan/patch-1
Browse files Browse the repository at this point in the history
Update PHP version constraint to allow PHP 7
  • Loading branch information
Danielss89 committed Dec 12, 2015
2 parents c072f2f + 0dc1cab commit eb0f1d4
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 @@ -22,7 +22,7 @@
}
},
"require": {
"php": "~5.3",
"php": "~5.3|~7.0",
"zf-commons/zfc-user": "~1.2"
},
"require-dev": {
Expand Down

0 comments on commit eb0f1d4

Please sign in to comment.