From 8111bd96010f6838e558b2265ef61d69384ca205 Mon Sep 17 00:00:00 2001 From: indykoning <15870933+indykoning@users.noreply.github.com> Date: Tue, 28 May 2024 08:36:47 +0200 Subject: [PATCH] Laravel 11 support (#504) --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 28bb7b6c6..689c53829 100644 --- a/composer.json +++ b/composer.json @@ -19,10 +19,10 @@ "php": "^8.1|^8.2", "blade-ui-kit/blade-heroicons": "^2.0", "mailerlite/laravel-elasticsearch": "^11.0", - "illuminate/database": "^10.0", - "illuminate/events": "^10.0", - "illuminate/queue": "^10.0", - "illuminate/support": "^10.0", + "illuminate/database": "^10.0|^11.0", + "illuminate/events": "^10.0|^11.0", + "illuminate/queue": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0", "lcobucci/clock": "^2.0|^3.0", "lcobucci/jwt": "^4.0|^5.0", "rapidez/blade-directives": "~0.1",