Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
Update php version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Mar 31, 2016
1 parent 663d1c1 commit 04a6e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.5.9"
"php": "^5.5.9 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.0"
Expand Down

0 comments on commit 04a6e08

Please sign in to comment.