From 910348521d9c0b92547535181d5d28a1db9d54fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 08:42:43 +0000 Subject: [PATCH] Update tightenco/collect requirement from ^7.4 to ^8.83 Updates the requirements on [tightenco/collect](https://github.com/tighten/collect) to permit the latest version. - [Release notes](https://github.com/tighten/collect/releases) - [Commits](https://github.com/tighten/collect/compare/v7.4.0...v8.83.0) --- updated-dependencies: - dependency-name: tightenco/collect 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 67d3724..2df8ef5 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": "^7.1", "guzzlehttp/guzzle": "^7.0", "guzzlehttp/psr7": "^1.4", - "tightenco/collect": "^7.4" + "tightenco/collect": "^8.83" }, "require-dev": { "larapack/dd": "^1.0",