From cc9f3ce6bb50ab73927b0f09a7602c7024e86c8b Mon Sep 17 00:00:00 2001 From: ysfks Date: Tue, 22 Oct 2024 14:38:43 +0200 Subject: [PATCH] Update Laravel 11 compatibility --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ac6caaf..e3e3fa7 100644 --- a/composer.json +++ b/composer.json @@ -7,9 +7,9 @@ "php": ">=7.2.5", "ext-json": "*", "guzzlehttp/guzzle": "^7", - "illuminate/config": "^8|^9|^10", - "illuminate/support": "^8|^9|^10", - "illuminate/validation": "^8|^9|^10" + "illuminate/config": "^8|^9|^10|^11", + "illuminate/support": "^8|^9|^10|^11", + "illuminate/validation": "^8|^9|^10|^11" }, "autoload": { "psr-4": {