From 256a437c85cf2b1a80efee0ee65000f022f167f5 Mon Sep 17 00:00:00 2001 From: Bob Wezelman Date: Mon, 15 Jul 2024 10:05:11 +0200 Subject: [PATCH] Laravel 11 support (#15) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 656657e..932e461 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.54|^1.0|^2.0" }, "autoload": {