From 633ac5cf38a2ab97a5dd71e4c35e7a44e730699b Mon Sep 17 00:00:00 2001 From: bambamboole Date: Sat, 30 Mar 2024 14:27:32 +0100 Subject: [PATCH] add support for laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 01fc126..5c6acca 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ ], "require": { "php": "^8.1", - "illuminate/support": "^9.0|^10.0", - "illuminate/translation": "^9.0|^10.0" + "illuminate/support": "^9.0|^10.0|^11.0", + "illuminate/translation": "^9.0|^10.0|^11.0" }, "require-dev": { "laravel/pint": "^1.8",