From dc067ee7a4a971507d4cb924db94e263c2ee3259 Mon Sep 17 00:00:00 2001 From: Oliver Kaufmann Date: Wed, 20 Mar 2024 13:49:38 +0100 Subject: [PATCH] feat: support Laravel 11 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 260b53d..bdd4880 100644 --- a/composer.json +++ b/composer.json @@ -9,9 +9,9 @@ "license": "MIT", "require": { "php": ">=8.1", - "illuminate/database": "^9.0|^10.0", - "illuminate/support": "^9.0|^10.0", - "illuminate/http": "^9.0|^10.0", + "illuminate/database": "^9.0|^10.0|^11.0", + "illuminate/support": "^9.0|^10.0|^11.0", + "illuminate/http": "^9.0|^10.0|^11.0", "laravel/nova": "^3.0|^4.0" }, "autoload": {