From acd8f604d06b9daaaffab981e34e44f088d979f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:40:35 +0000 Subject: [PATCH] build(deps): bump phpgt/dom from 4.1.9 to 4.2.0 Bumps [phpgt/dom](https://github.com/phpgt/Dom) from 4.1.9 to 4.2.0. - [Release notes](https://github.com/phpgt/Dom/releases) - [Commits](https://github.com/phpgt/Dom/compare/v4.1.9...v4.2.0) --- updated-dependencies: - dependency-name: phpgt/dom dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 34679c37..b6d50c96 100644 --- a/composer.lock +++ b/composer.lock @@ -1011,16 +1011,16 @@ }, { "name": "phpgt/dom", - "version": "v4.1.9", + "version": "v4.2.0", "source": { "type": "git", "url": "https://github.com/phpgt/Dom.git", - "reference": "bdc8498330b2b7bee221e42f02f7714300111130" + "reference": "70b65b3d75c20efa9e5d760851ef5d53444fea3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpgt/Dom/zipball/bdc8498330b2b7bee221e42f02f7714300111130", - "reference": "bdc8498330b2b7bee221e42f02f7714300111130", + "url": "https://api.github.com/repos/phpgt/Dom/zipball/70b65b3d75c20efa9e5d760851ef5d53444fea3c", + "reference": "70b65b3d75c20efa9e5d760851ef5d53444fea3c", "shasum": "" }, "require": { @@ -1041,6 +1041,7 @@ "type": "library", "autoload": { "psr-4": { + "GT\\Dom\\": "./src", "Gt\\Dom\\": "./src" } }, @@ -1099,7 +1100,7 @@ "description": "Modern DOM API.", "support": { "issues": "https://github.com/phpgt/Dom/issues", - "source": "https://github.com/phpgt/Dom/tree/v4.1.9" + "source": "https://github.com/phpgt/Dom/tree/v4.2.0" }, "funding": [ { @@ -1107,7 +1108,7 @@ "type": "github" } ], - "time": "2026-03-02T16:12:49+00:00" + "time": "2026-04-19T14:37:37+00:00" }, { "name": "phpgt/domtemplate",