From 6934198f3bff4338142f83c6a0f98241093452fe Mon Sep 17 00:00:00 2001 From: Roman Ihoshyn Date: Fri, 29 Nov 2019 18:27:48 +0200 Subject: [PATCH] Fix L6 Support --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 92acb21..05c46c3 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "^5.1,<6.1", - "illuminate/filesystem": "^5.1,<6.1", - "illuminate/console": "^5.1,<6.1", - "illuminate/database": "^5.1,<6.1", + "illuminate/support": "^5.1|^6.0", + "illuminate/filesystem": "^5.1|^6.0", + "illuminate/console": "^5.1|^6.0", + "illuminate/database": "^5.1|^6.0", "nesbot/carbon": "^1.21|^2.1" }, "require-dev": {