Now actually running tests, dropping PHP5.5

This commit is contained in:
Ismo Vuorinen
2017-09-14 12:15:19 +03:00
parent 6998e75451
commit b9c5530928
5 changed files with 9 additions and 10 deletions

View File

@@ -20,9 +20,9 @@
"classmap": ["src/"]
},
"require": {
"php": ">=5.2.0"
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^5.7 || ^6.3"
}
}
}