From 77153f9cdb39402e4c39b115910290e8c9ffe41b Mon Sep 17 00:00:00 2001 From: Azimi Date: Mon, 5 Aug 2024 08:37:25 +0100 Subject: [PATCH] feat: add Laravel 11 support (#211) adds support for laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b94df2c..63b5824 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "guzzlehttp/guzzle": "~6.0|~7.0", - "illuminate/collections": "^8.0|^9.0|^10.0" + "illuminate/collections": "^8.0|^9.0|^10.0|^11.0" }, "autoload": { "psr-4": {