From a0159363956288279bd0b17d47a9947c0c9a03c3 Mon Sep 17 00:00:00 2001 From: Bob Wezelman Date: Mon, 15 Jul 2024 10:04:57 +0200 Subject: [PATCH] Laravel 11 support (#26) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 9bcff56..7a7f26f 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ "prefer-stable": true, "require": { "php": "^8.0|^8.1|^8.2", - "illuminate/database": "^9.0|^10.0", - "illuminate/support": "^9.0|^10.0", - "illuminate/view": "^9.0|^10.0", + "illuminate/database": "^9.0|^10.0|^11.0", + "illuminate/support": "^9.0|^10.0|^11.0", + "illuminate/view": "^9.0|^10.0|^11.0", "rapidez/core": "~0.57|^1.0|^2.0" }, "autoload": {