Improve travis builds and test PHP 7.0 and HHVM (with allow failures)

This commit is contained in:
Patrik Karisch 2016-03-06 23:43:03 +01:00
commit fa0581b468
2 changed files with 19 additions and 9 deletions

View file

@ -22,7 +22,7 @@
}
],
"require": {
"php": ">=5.3.3",
"php": "^5.3.9 || ^7.0",
"alchemy/binary-driver": "^1.5",
"doctrine/cache": "^1.0",
"evenement/evenement": "^2.0 || ^1.0",