From 217a1625f716d9ad685d2f6a1c7b3bcc9fc9bd33 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 10 Feb 2022 14:30:17 +0000 Subject: [PATCH] Update dependency league/uri to v6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 108d12d..1a0df0a 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "type": "project", "require": { "php": ">=7.1", - "league/uri": "5.3.0", + "league/uri": "6.5.0", "ext-curl": "*", "ext-zlib": "*" },