From b90afcd480e3b92d560a78fcec4bff3669fba6de Mon Sep 17 00:00:00 2001 From: Jose Juan Calvo Date: Tue, 16 Jun 2020 00:05:29 +0200 Subject: [PATCH] Support for Laravel 7.0 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 36fe654..2e70c3e 100644 --- a/composer.json +++ b/composer.json @@ -21,10 +21,10 @@ ], "require": { "php": ">=7.1", - "illuminate/support": "^6.0", - "illuminate/config": "^6.0", - "illuminate/view": "^6.0", - "laravelcollective/html": "6.0.*" + "illuminate/support": "^6.0|~7.0", + "illuminate/config": "^6.0|~7.0", + "illuminate/view": "^6.0|~7.0", + "laravelcollective/html": "^6.1|~7.0" }, "require-dev": { "phpunit/phpunit": "^8.0",