From 8cd57519fc9d228f601ff8f81544d287859e3eec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 11:03:47 +0000 Subject: [PATCH] Bump ivopetkov/html5-dom-document-php from 2.8.1 to 2.9.0 Bumps [ivopetkov/html5-dom-document-php](https://github.com/ivopetkov/html5-dom-document-php) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/ivopetkov/html5-dom-document-php/releases) - [Commits](https://github.com/ivopetkov/html5-dom-document-php/compare/v2.8.1...v2.9.0) --- updated-dependencies: - dependency-name: ivopetkov/html5-dom-document-php dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 7fec5e0..28d70d6 100644 --- a/composer.lock +++ b/composer.lock @@ -542,16 +542,16 @@ }, { "name": "ivopetkov/html5-dom-document-php", - "version": "v2.8.1", + "version": "v2.9.0", "source": { "type": "git", "url": "https://github.com/ivopetkov/html5-dom-document-php.git", - "reference": "647b742aa7e10a8f4bdfe794ae7e0ef5f5029cda" + "reference": "cd879e2aa5225fffbc70e15e9709eabbc8ee7582" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ivopetkov/html5-dom-document-php/zipball/647b742aa7e10a8f4bdfe794ae7e0ef5f5029cda", - "reference": "647b742aa7e10a8f4bdfe794ae7e0ef5f5029cda", + "url": "https://api.github.com/repos/ivopetkov/html5-dom-document-php/zipball/cd879e2aa5225fffbc70e15e9709eabbc8ee7582", + "reference": "cd879e2aa5225fffbc70e15e9709eabbc8ee7582", "shasum": "" }, "require": { @@ -581,7 +581,7 @@ "description": "HTML5 DOMDocument PHP library (extends DOMDocument)", "support": { "issues": "https://github.com/ivopetkov/html5-dom-document-php/issues", - "source": "https://github.com/ivopetkov/html5-dom-document-php/tree/v2.8.1" + "source": "https://github.com/ivopetkov/html5-dom-document-php/tree/v2.9.0" }, "funding": [ { @@ -593,7 +593,7 @@ "type": "github" } ], - "time": "2025-06-09T11:33:50+00:00" + "time": "2025-12-04T21:54:11+00:00" }, { "name": "org_heigl/trait-iterator",