From bf9a349b2d4ada92990a1b6a0972e822464eaf20 Mon Sep 17 00:00:00 2001 From: Bob Wezelman Date: Mon, 15 Jul 2024 10:05:09 +0200 Subject: [PATCH] Laravel 11 support (#13) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4e84ab6..3292c2d 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": "^8.0|^8.1|^8.2", "guzzlehttp/guzzle": "^7.2", - "illuminate/support": "^9.0|^10.0", + "illuminate/support": "^9.0|^10.0|^11.0", "rapidez/core": "^2.0" }, "autoload": {