From 8f95cc2e9ad236bcb8fb19c06b19e3c6976e877a Mon Sep 17 00:00:00 2001 From: hedii Date: Tue, 3 Mar 2020 16:29:43 +0100 Subject: [PATCH] Add support for Laravel 7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 550f808..ff9e732 100644 --- a/composer.json +++ b/composer.json @@ -11,12 +11,12 @@ ], "require": { "php": "^5.6.4 || ^7.0", - "illuminate/support": "^5.0|^6.0", + "illuminate/support": "^5.0|^6.0|^7.0", "guzzlehttp/guzzle": "^6.2" }, "require-dev": { "phpunit/phpunit": "^8.0", - "illuminate/view": "^5.0|^6.0" + "illuminate/view": "^5.0|^6.0|^7.0" }, "autoload": { "psr-4": {