From 31911b10480ca90991cdbc14d1cfc1035f3b0d9c Mon Sep 17 00:00:00 2001 From: ignace nyamagana butera Date: Mon, 26 Jun 2023 20:29:19 +0200 Subject: [PATCH] prepare beta2 release --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 97a8b2d95..3e240be19 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "require": { "php": "^8.1", "ext-json": "*", - "league/uri": "7.0.0-beta.1" + "league/uri": "7.0.0-beta.2" }, "suggest": { "ext-intl": "to handle IDN host",