From b1fabb8ad5a2af3859fa17e0ae9fd9f0db49f29c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 09:12:41 +0000 Subject: [PATCH] Update symfony/css-selector requirement from ^3.0 to ^5.2 Updates the requirements on [symfony/css-selector](https://github.com/symfony/css-selector) to permit the latest version. - [Release notes](https://github.com/symfony/css-selector/releases) - [Changelog](https://github.com/symfony/css-selector/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/symfony/css-selector/compare/v3.0.0...v5.2.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d6d42c8..e253f22 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "symfony/dom-crawler": "^3.0", "symfony/monolog-bundle": "^3.3", "symfony/browser-kit": "^3.0", - "symfony/css-selector": "^3.0", + "symfony/css-selector": "^5.2", "symfony/asset": "^3.2", "symfony/templating": "^3.2", "phpunit/phpunit": "^5.7",