From 481499326e3ff16e7cc623d5cb947b664bf5a3ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 17:57:38 +0000 Subject: [PATCH] Bump phpgt/dom from 4.1.0 to 4.1.2 Bumps [phpgt/dom](https://github.com/PhpGt/Dom) from 4.1.0 to 4.1.2. - [Release notes](https://github.com/PhpGt/Dom/releases) - [Commits](https://github.com/PhpGt/Dom/compare/v4.1.0...v4.1.2) --- updated-dependencies: - dependency-name: phpgt/dom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index e7310c7..6903f63 100644 --- a/composer.lock +++ b/composer.lock @@ -62,16 +62,16 @@ }, { "name": "phpgt/dom", - "version": "v4.1.0", + "version": "v4.1.2", "source": { "type": "git", "url": "https://github.com/PhpGt/Dom.git", - "reference": "19ad48319273f725bcbfb9b2784cdf1deb1cf27f" + "reference": "3e1afe7b6d38e9968d400900a62cbe54753973a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PhpGt/Dom/zipball/19ad48319273f725bcbfb9b2784cdf1deb1cf27f", - "reference": "19ad48319273f725bcbfb9b2784cdf1deb1cf27f", + "url": "https://api.github.com/repos/PhpGt/Dom/zipball/3e1afe7b6d38e9968d400900a62cbe54753973a1", + "reference": "3e1afe7b6d38e9968d400900a62cbe54753973a1", "shasum": "" }, "require": { @@ -79,13 +79,15 @@ "ext-libxml": "*", "ext-mbstring": "*", "php": ">=8.1", - "phpgt/cssxpath": "^v1.1", - "phpgt/propfunc": "^v1.0", - "psr/http-message": "^v1.0" + "phpgt/cssxpath": "^1.1", + "phpgt/propfunc": "^1.0", + "psr/http-message": "^1.0" }, "require-dev": { - "phpstan/phpstan": "v1.8", - "phpunit/phpunit": "v9.5" + "phpmd/phpmd": "^2.13", + "phpstan/phpstan": "^1.9", + "phpunit/phpunit": "^10.0", + "squizlabs/php_codesniffer": "^3.7" }, "type": "library", "autoload": { @@ -148,7 +150,7 @@ "description": "The modern DOM API for PHP projects.", "support": { "issues": "https://github.com/PhpGt/Dom/issues", - "source": "https://github.com/PhpGt/Dom/tree/v4.1.0" + "source": "https://github.com/PhpGt/Dom/tree/v4.1.2" }, "funding": [ { @@ -156,7 +158,7 @@ "type": "github" } ], - "time": "2022-09-25T10:57:14+00:00" + "time": "2023-03-02T18:40:07+00:00" }, { "name": "phpgt/propfunc",