From 16d0d13439bf430178e759aa63da8348190ccdd4 Mon Sep 17 00:00:00 2001 From: Josue Alexander Ibarra Date: Thu, 17 Feb 2022 06:44:43 -0800 Subject: [PATCH] Allow broad version for illuminate/support (#27) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c3842cc..6f56858 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7.2", - "illuminate/support": "^6 || ^7", + "illuminate/support": ">=6", "jwhennessey/phpinsight": "~2.0" }, "require-dev": {