From 3e2fc649cef124f4a98db231b9a21f35fd704c19 Mon Sep 17 00:00:00 2001 From: Owen Jubilant Date: Tue, 27 Aug 2024 14:18:53 +0000 Subject: [PATCH] add laravel 11 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 53063ff..8cf2c19 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ ], "require": { "php": "^8.0", - "illuminate/support": "^9|^10", - "illuminate/database": "^9|^10", + "illuminate/support": "^9|^10|^11", + "illuminate/database": "^9|^10|^11", "mailjet/mailjet-apiv3-php": "^1.5" }, "require-dev": {