Specify php version

This commit is contained in:
Anton Vakhrushev 2017-03-08 12:10:15 +03:00
parent 4984f44d0a
commit de8ad06df9

View File

@ -1,7 +1,9 @@
{ {
"name": "anwinged/reason", "name": "anwinged/reason",
"type": "library", "type": "library",
"require": {}, "require": {
"php": "^7.0"
},
"require-dev": { "require-dev": {
"phpunit/phpunit": "^6.0" "phpunit/phpunit": "^6.0"
}, },