Don't allow php 7 installs

This commit is contained in:
Graham Campbell 2015-06-05 09:13:06 +01:00
parent 987f045c55
commit 5a705f9b62

View File

@ -19,7 +19,7 @@
}
],
"require": {
"php": ">=5.5.9",
"php": "^5.5.9",
"laravel/framework": "5.1.*",
"cachethq/segment": "^2.1",
"doctrine/dbal": "^2.5",