From 462030a7c621ba50efa509c25464365e4721d8bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 14:09:23 +0000 Subject: [PATCH] Update masterminds/html5 requirement from ~2.9.0 to ~2.9.0 || ~2.10.0 Updates the requirements on [masterminds/html5](https://github.com/Masterminds/html5-php) to permit the latest version. - [Release notes](https://github.com/Masterminds/html5-php/releases) - [Changelog](https://github.com/Masterminds/html5-php/blob/master/RELEASE.md) - [Commits](https://github.com/Masterminds/html5-php/compare/2.9.0...2.10.0) --- updated-dependencies: - dependency-name: masterminds/html5 dependency-version: 2.10.0 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 ff75606203..f2e1645119 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "guzzlehttp/guzzle": "^7.9.2", "guzzlehttp/promises": "^2.0", "league/commonmark": "^2.7", - "masterminds/html5": "~2.9.0", + "masterminds/html5": "~2.9.0 || ~2.10.0", "pear/auth_sasl": "~1.2.0", "pear/crypt_gpg": "~1.6.3", "pear/mail_mime": "~1.10.11",