From 1262221d807cc7daf4cf78fb15170c72e82420e3 Mon Sep 17 00:00:00 2001 From: reliq Date: Mon, 4 Mar 2024 02:44:53 +0100 Subject: [PATCH] fix: laravel-common version requirement --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2a27953..84ca3db 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "illuminate/support": "6 - 10", "intervention/image": "^2.4", "intervention/imagecache": "^2.0", - "reliqarts/laravel-common": ">=5.4", + "reliqarts/laravel-common": "5.4 - 6", "ext-json": "*", "ext-fileinfo": "*", "anhskohbo/no-captcha": "@dev"