From 77d2b3b1e412f17c166924bb20a0910a626fcb1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 19:24:55 +0000 Subject: [PATCH] Build(deps): bump phpgt/dom from 4.1.1 to 4.1.4 Bumps [phpgt/dom](https://github.com/PhpGt/Dom) from 4.1.1 to 4.1.4. - [Release notes](https://github.com/PhpGt/Dom/releases) - [Commits](https://github.com/PhpGt/Dom/compare/v4.1.1...v4.1.4) --- updated-dependencies: - dependency-name: phpgt/dom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/composer.lock b/composer.lock index 08cccb0..3f312f8 100644 --- a/composer.lock +++ b/composer.lock @@ -62,16 +62,16 @@ }, { "name": "phpgt/dom", - "version": "v4.1.1", + "version": "v4.1.4", "source": { "type": "git", "url": "https://github.com/PhpGt/Dom.git", - "reference": "19ad48319273f725bcbfb9b2784cdf1deb1cf27f" + "reference": "a71e91f18a2f17e7f7dd0db7dab01ceeccf24af6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PhpGt/Dom/zipball/19ad48319273f725bcbfb9b2784cdf1deb1cf27f", - "reference": "19ad48319273f725bcbfb9b2784cdf1deb1cf27f", + "url": "https://api.github.com/repos/PhpGt/Dom/zipball/a71e91f18a2f17e7f7dd0db7dab01ceeccf24af6", + "reference": "a71e91f18a2f17e7f7dd0db7dab01ceeccf24af6", "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 || ^2.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.1" + "source": "https://github.com/PhpGt/Dom/tree/v4.1.4" }, "funding": [ { @@ -156,7 +158,7 @@ "type": "github" } ], - "time": "2022-09-25T10:57:14+00:00" + "time": "2023-07-25T11:59:45+00:00" }, { "name": "phpgt/propfunc", @@ -212,25 +214,25 @@ }, { "name": "psr/http-message", - "version": "1.0.1", + "version": "2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -245,7 +247,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", @@ -259,9 +261,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/master" + "source": "https://github.com/php-fig/http-message/tree/2.0" }, - "time": "2016-08-06T14:39:51+00:00" + "time": "2023-04-04T09:54:51+00:00" } ], "packages-dev": [ @@ -1937,5 +1939,5 @@ "ext-dom": "*" }, "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" }