From 3c84073541d957adc8e18b886636615325b431de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:52:26 +0000 Subject: [PATCH] composer(deps): update league/uri requirement from ~6.7 || ~6.8 to ^7.3.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.3.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..5a9c4d1 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.3.0", "phpstan/extension-installer": "^1.2", "phpstan/phpstan-phpunit": "^1.2" },