From ca0bae032827b8d30acad0f4358e2869c182d18b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jun 2025 16:29:31 +0000 Subject: [PATCH] Build(deps): Update rowbot/url requirement from ^3.0 to ^4.0 Updates the requirements on [rowbot/url](https://github.com/TRowbotham/URL-Parser) to permit the latest version. - [Release notes](https://github.com/TRowbotham/URL-Parser/releases) - [Changelog](https://github.com/TRowbotham/URL-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/TRowbotham/URL-Parser/compare/3.0.0...4.0.0) --- updated-dependencies: - dependency-name: rowbot/url 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 3b9f4c52..7d800596 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "ext-libxml": "*", "ext-pdo": "*", "marcelklehr/link-preview": "^3.0.5", - "rowbot/url": "^3.0", + "rowbot/url": "^4.0", "xantios/mimey": "^2.1", "fivefilters/readability.php": "^3.1" },