From f8f967744e6129f75b901607cbf007534e91a4fd Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 19 Aug 2024 03:20:02 +0000
Subject: [PATCH] Update illuminate/collections requirement from ^8.83 to
 ^11.20

Updates the requirements on [illuminate/collections](https://github.com/illuminate/collections) to permit the latest version.
- [Commits](https://github.com/illuminate/collections/compare/v8.83.0...v11.20.0)

---
updated-dependencies:
- dependency-name: illuminate/collections
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 2781f35..4f34c90 100644
--- a/composer.json
+++ b/composer.json
@@ -18,7 +18,7 @@
         "php": "^7.4|^8.0",
         "ext-json": "*",
         "guzzlehttp/guzzle": "^7.9",
-        "illuminate/collections": "^8.83"
+        "illuminate/collections": "^11.20"
     },
     "require-dev": {
         "friendsofphp/php-cs-fixer": "^3.21.1",