From 3af2014b87cc011ae0c72c4764257a0dcf5e84f9 Mon Sep 17 00:00:00 2001 From: David Greminger Date: Mon, 27 Nov 2023 18:02:29 +0100 Subject: [PATCH] Allow v7 of league/uri libraries (#240) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 65ae8cd..4e7026b 100644 --- a/composer.json +++ b/composer.json @@ -28,8 +28,8 @@ "require": { "php": "^7.4 || ^8.0", "contao/core-bundle": "^4.13 || ^5.0", - "league/uri": "^6.0", - "league/uri-components": "^2.0" + "league/uri": "^6.0 || ^7.0", + "league/uri-components": "^2.0 || ^7.0" }, "require-dev": { "terminal42/contao-build-tools": "dev-main",