change min php version to 7.0.0

This commit is contained in:
Arkadiusz Kondas 2016-04-07 23:13:50 +02:00
parent 9899da7143
commit bd34266ae1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"bin-dir": "bin"
},
"require": {
"php": ">=7.0.5"
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "^5.2"