From 423f2b660e8e4b342da554d4780038ce77f7d5dc Mon Sep 17 00:00:00 2001 From: Ben Rolfe Date: Tue, 7 Apr 2020 11:15:35 +0100 Subject: [PATCH] Allow various versions of illuminate/support. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 29e0e59..b723d21 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": ">=5.6", - "illuminate/support": "^6.0", + "illuminate/support": "^5.4||^6.0", "bjeavons/zxcvbn-php": "^0.3" }, "require-dev": {