From 02e5932075e6e827ac2f109444a23fe96bfa3108 Mon Sep 17 00:00:00 2001 From: Oskars Germovs Date: Sun, 19 Mar 2023 13:27:25 +0200 Subject: [PATCH] composer.json: 1.) added: changes on required to avoid possible issues Signed-off-by: Oskars Germovs --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 40aa7e6..747e1f8 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "require": { "ext-bcmath": "*", - "laravel/framework": "^8|^9|^10", + "illuminate/support": "^9.0|^10.0", "nesbot/carbon": "^2.66.0", "dompdf/dompdf": "^2.0.3" },