From 7c2e438abc568f7b68fd55944a15cfb7586f73e6 Mon Sep 17 00:00:00 2001 From: Edward Steven Date: Wed, 11 Mar 2020 11:29:57 +1000 Subject: [PATCH] Added support for Laravel 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3ead84f..04f996a 100755 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^5.5.9 || ^7.0", - "illuminate/support": "^5.1 || ^6.0" + "illuminate/support": "^5.1 || ^6.0 || ^7.0" }, "require-dev": { "graham-campbell/testbench": "^3.4 || ^4.0 || ^5.0",