From 45e85c76c9344201b193bab2db1d6625f5dd1461 Mon Sep 17 00:00:00 2001 From: Rodrigo Gonzalez Date: Sat, 22 Aug 2020 10:43:54 -0300 Subject: [PATCH] Added support for laravel 7.x --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fdf6c74..37f179c 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ } ], "require": { - "php": "^7.1", - "illuminate/support": "^5.5|^6.0", + "php": "^7.", + "illuminate/support": "^5.5|^6.0|^7.", "bensampo/laravel-enum": "^1.0" }, "require-dev": {