composer: bump to PHP 5.5, allow PHP 7 in safe way

This commit is contained in:
Tomáš Votruba 2016-01-30 23:43:56 +01:00
parent bd4f085b91
commit 0bb3fa7124
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
}
],
"require": {
"php" : ">=5.4.0"
"php" : "~5.5|~7.0"
},
"require-dev": {
"phpunit/phpunit" : "4.*",