From fad5cb0a9c967817789136fcff7290bb91933a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 04:09:37 +0000 Subject: [PATCH] Update illuminate/collections requirement from ^8.83 to ^11.26 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.26.0) --- updated-dependencies: - dependency-name: illuminate/collections dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2781f35..ee02896 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.26" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.21.1",