From aea6916719a99484e985d937334d634400044454 Mon Sep 17 00:00:00 2001 From: Julien Roche Date: Tue, 3 Mar 2020 16:42:27 +0100 Subject: [PATCH] add support laravel 7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index aaf4db4..0722884 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ } ], "require": { - "php": ">=5.5.0", - "illuminate/support": "^5.0|^6.0" + "php": ">=5.5.0|>=7.2.5", + "illuminate/support": "^5.0|^6.0|^7.0" }, "require-dev": { "phpspec/phpspec": "~2.0"