From 07a35172d5bb7ce106a0cfa418169ca865424502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 13:25:20 +0000 Subject: [PATCH] build(deps): bump phpgt/domtemplate from 3.6.0 to 3.6.1 Bumps [phpgt/domtemplate](https://github.com/phpgt/DomTemplate) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/phpgt/DomTemplate/releases) - [Commits](https://github.com/phpgt/DomTemplate/compare/v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: phpgt/domtemplate dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index 67ff91f5..752d28ff 100644 --- a/composer.lock +++ b/composer.lock @@ -1016,16 +1016,16 @@ }, { "name": "phpgt/dom", - "version": "v4.2.0", + "version": "v4.2.1", "source": { "type": "git", "url": "https://github.com/phpgt/Dom.git", - "reference": "70b65b3d75c20efa9e5d760851ef5d53444fea3c" + "reference": "830f0809c8ca1abf5f11d3d997f735aa00f553b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpgt/Dom/zipball/70b65b3d75c20efa9e5d760851ef5d53444fea3c", - "reference": "70b65b3d75c20efa9e5d760851ef5d53444fea3c", + "url": "https://api.github.com/repos/phpgt/Dom/zipball/830f0809c8ca1abf5f11d3d997f735aa00f553b8", + "reference": "830f0809c8ca1abf5f11d3d997f735aa00f553b8", "shasum": "" }, "require": { @@ -1105,7 +1105,7 @@ "description": "Modern DOM API.", "support": { "issues": "https://github.com/phpgt/Dom/issues", - "source": "https://github.com/phpgt/Dom/tree/v4.2.0" + "source": "https://github.com/phpgt/Dom/tree/v4.2.1" }, "funding": [ { @@ -1113,26 +1113,26 @@ "type": "github" } ], - "time": "2026-04-19T14:37:37+00:00" + "time": "2026-05-13T16:30:26+00:00" }, { "name": "phpgt/domtemplate", - "version": "v3.6.0", + "version": "v3.6.1", "source": { "type": "git", "url": "https://github.com/phpgt/DomTemplate.git", - "reference": "d32ef669f572939027a653f268af67aafe5d01e8" + "reference": "e776dc1863b5cc0efc2722d5a719ed084673107f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpgt/DomTemplate/zipball/d32ef669f572939027a653f268af67aafe5d01e8", - "reference": "d32ef669f572939027a653f268af67aafe5d01e8", + "url": "https://api.github.com/repos/phpgt/DomTemplate/zipball/e776dc1863b5cc0efc2722d5a719ed084673107f", + "reference": "e776dc1863b5cc0efc2722d5a719ed084673107f", "shasum": "" }, "require": { "ext-dom": "*", "php": ">=8.2", - "phpgt/dom": "^4.1.9" + "phpgt/dom": "^4.2.1" }, "require-dev": { "phpmd/phpmd": "^2.15", @@ -1154,7 +1154,7 @@ "description": "Bind dynamic data to reusable HTML components.", "support": { "issues": "https://github.com/phpgt/DomTemplate/issues", - "source": "https://github.com/phpgt/DomTemplate/tree/v3.6.0" + "source": "https://github.com/phpgt/DomTemplate/tree/v3.6.1" }, "funding": [ { @@ -1162,7 +1162,7 @@ "type": "github" } ], - "time": "2026-04-23T13:45:56+00:00" + "time": "2026-05-13T17:14:15+00:00" }, { "name": "phpgt/domvalidation",