diff --git a/composer.json b/composer.json index 8a850ca..cb14168 100644 --- a/composer.json +++ b/composer.json @@ -104,7 +104,7 @@ "require-dev": { "phpunit/phpunit": "^10.4", "symfony/browser-kit": "6.4.*", - "symfony/css-selector": "6.3.*", + "symfony/css-selector": "7.1.*", "symfony/debug-bundle": "6.4.*", "symfony/maker-bundle": "^1.0", "symfony/phpunit-bridge": "^6.3", diff --git a/composer.lock b/composer.lock index 21bc261..a7b32cc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "79931aff6f8468266cb09f8997122804", + "content-hash": "ef760dc7b92caf41837bc28a952fc29e", "packages": [ { "name": "brick/math", @@ -10419,20 +10419,20 @@ }, { "name": "symfony/css-selector", - "version": "v6.3.2", + "version": "v7.1.1", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "883d961421ab1709877c10ac99451632a3d6fa57" + "reference": "1c7cee86c6f812896af54434f8ce29c8d94f9ff4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/883d961421ab1709877c10ac99451632a3d6fa57", - "reference": "883d961421ab1709877c10ac99451632a3d6fa57", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/1c7cee86c6f812896af54434f8ce29c8d94f9ff4", + "reference": "1c7cee86c6f812896af54434f8ce29c8d94f9ff4", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "type": "library", "autoload": { @@ -10464,7 +10464,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v6.3.2" + "source": "https://github.com/symfony/css-selector/tree/v7.1.1" }, "funding": [ { @@ -10480,7 +10480,7 @@ "type": "tidelift" } ], - "time": "2023-07-12T16:00:22+00:00" + "time": "2024-05-31T14:57:53+00:00" }, { "name": "symfony/debug-bundle",