diff --git a/composer.lock b/composer.lock index c94b6622..ddf9bfcd 100644 --- a/composer.lock +++ b/composer.lock @@ -786,26 +786,28 @@ }, { "name": "phpgt/cssxpath", - "version": "v1.4.0", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/phpgt/CssXPath.git", - "reference": "008aaf7f381e2396590fc53830f4a8ad9f517c7f" + "reference": "577781742ff61742332740d50f35f2b6cc037e2a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpgt/CssXPath/zipball/008aaf7f381e2396590fc53830f4a8ad9f517c7f", - "reference": "008aaf7f381e2396590fc53830f4a8ad9f517c7f", + "url": "https://api.github.com/repos/phpgt/CssXPath/zipball/577781742ff61742332740d50f35f2b6cc037e2a", + "reference": "577781742ff61742332740d50f35f2b6cc037e2a", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.2" }, "require-dev": { "ext-dom": "*", "ext-libxml": "*", + "phpmd/phpmd": "^2.15", "phpstan/phpstan": "^2.1", - "phpunit/phpunit": "^9.6" + "phpunit/phpunit": "^10.5", + "squizlabs/php_codesniffer": "^4.0" }, "type": "library", "autoload": { @@ -828,7 +830,7 @@ "description": "Convert CSS selectors to XPath queries.", "support": { "issues": "https://github.com/phpgt/CssXPath/issues", - "source": "https://github.com/phpgt/CssXPath/tree/v1.4.0" + "source": "https://github.com/phpgt/CssXPath/tree/v1.5.0" }, "funding": [ { @@ -836,7 +838,7 @@ "type": "github" } ], - "time": "2025-10-24T09:11:43+00:00" + "time": "2026-03-16T12:14:14+00:00" }, { "name": "phpgt/curl",