From b275da4aeb61ac9ada12d424f181ce4b1ceccfba Mon Sep 17 00:00:00 2001 From: Tom Lingham Date: Thu, 27 Apr 2017 20:58:08 +1000 Subject: [PATCH] Support all versions of PHP 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0c50fb8..f767827 100755 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^5.5.9 || ^7.0", + "php": "^5.5.9 || >=7.0", "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*" }, "require-dev" :{