From 6295ad3b8089907b96f2a287e9569e0e768cf9a8 Mon Sep 17 00:00:00 2001 From: Daan Geurts Date: Tue, 12 Nov 2019 09:11:15 +0100 Subject: [PATCH] Versioning --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 034741d..fdf6c74 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "php": "^7.1", - "illuminate/support": "~5.7.0|^6.0", + "illuminate/support": "^5.5|^6.0", "bensampo/laravel-enum": "^1.0" }, "require-dev": {