From 5a705f9b6298b2df8a733209411e85d2ca0ca852 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 5 Jun 2015 09:13:06 +0100 Subject: [PATCH] Don't allow php 7 installs --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e108a287..1743c4b7 100644 --- a/composer.json +++ b/composer.json @@ -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",