From 67fadf0dc0b1b352e6dbc2bf8fa46e67223fca71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:09:46 +0000 Subject: [PATCH] composer(deps): update league/uri requirement from ~6.7 || ~6.8 to ^7.4.0 Updates the requirements on [league/uri](https://github.com/thephpleague/uri) to permit the latest version. - [Release notes](https://github.com/thephpleague/uri/releases) - [Changelog](https://github.com/thephpleague/uri/blob/master/CHANGELOG.md) - [Commits](https://github.com/thephpleague/uri/compare/6.8.0...7.4.0) --- updated-dependencies: - dependency-name: league/uri 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 966e629..4555b64 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ext-zip": "*", "guzzlehttp/guzzle": "^7.5.0", "illuminate/support": "^10", - "league/uri": "~6.7 || ~6.8", + "league/uri": "^7.4.0", "phpstan/extension-installer": "^1.2", "phpstan/phpstan-phpunit": "^1.2" },