From c7facb764beef10e1771e57a85dc091f10b62637 Mon Sep 17 00:00:00 2001 From: JP Rodrigues <70jprodrigues@gmail.com> Date: Mon, 18 Jan 2021 16:37:36 -0300 Subject: [PATCH] Add laravel 7 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5807d46..f8ec905 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ } ], "require": { - "illuminate/support": "^5.5", + "illuminate/support": "^5.5|^7.0", "predis/predis": "^1.1", "php" : "^7.0" },