From 9c68c8127c8d6ffdcd8cda4ec52aad204043eb97 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 06:22:48 +0000 Subject: [PATCH] Bump symfony/css-selector from 3.0.9 to 3.4.47 Bumps [symfony/css-selector](https://github.com/symfony/css-selector) from 3.0.9 to 3.4.47. - [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.9...v3.4.47) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 55 +++++++++++++++++++++++++++++++++------------------ 2 files changed, 37 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index c0f4ecf..fda62fa 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "fzaninotto/faker": "~1.4", "mockery/mockery": "0.9.5", "phpunit/phpunit": "~4.0", - "symfony/css-selector": "2.8.*|3.0.*", + "symfony/css-selector": "^3.4.47", "symfony/dom-crawler": "2.8.*|3.0.*" }, "autoload": { diff --git a/composer.lock b/composer.lock index 434fb79..1e24db8 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "470ad7f3b3948b51e2600d5b07434ff2", + "content-hash": "d6aed5d9c1ee3eee5de92e3e0fa36e38", "packages": [ { "name": "classpreloader/classpreloader", @@ -200,6 +200,7 @@ "email": "jakub.onderka@gmail.com" } ], + "abandoned": "php-parallel-lint/php-console-color", "time": "2018-09-29T17:23:10+00:00" }, { @@ -244,10 +245,11 @@ "homepage": "http://www.acci.cz/" } ], + "abandoned": "php-parallel-lint/php-console-highlighter", "time": "2015-04-20T18:58:01+00:00" }, { - "name": "jeremeamia/SuperClosure", + "name": "jeremeamia/superclosure", "version": "2.4.0", "source": { "type": "git", @@ -302,6 +304,7 @@ "serialize", "tokenizer" ], + "abandoned": "opis/closure", "time": "2018-03-21T22:21:57+00:00" }, { @@ -638,6 +641,7 @@ "cron", "schedule" ], + "abandoned": "dragonmantank/cron-expression", "time": "2017-01-23T04:29:33+00:00" }, { @@ -1949,6 +1953,7 @@ "faker", "fixtures" ], + "abandoned": true, "time": "2018-07-12T10:23:15+00:00" }, { @@ -2522,6 +2527,7 @@ "keywords": [ "tokenizer" ], + "abandoned": true, "time": "2017-12-04T08:55:13+00:00" }, { @@ -2650,6 +2656,7 @@ "mock", "xunit" ], + "abandoned": true, "time": "2015-10-02T06:51:40+00:00" }, { @@ -3026,27 +3033,22 @@ }, { "name": "symfony/css-selector", - "version": "v3.0.9", + "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "b8999c1f33c224b2b66b38253f5e3a838d0d0115" + "reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/b8999c1f33c224b2b66b38253f5e3a838d0d0115", - "reference": "b8999c1f33c224b2b66b38253f5e3a838d0d0115", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/da3d9da2ce0026771f5fe64cb332158f1bd2bc33", + "reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33", "shasum": "" }, "require": { - "php": ">=5.5.9" + "php": "^5.5.9|>=7.0.8" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\CssSelector\\": "" @@ -3060,14 +3062,14 @@ "MIT" ], "authors": [ - { - "name": "Jean-François Simon", - "email": "jeanfrancois.simon@sensiolabs.com" - }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" @@ -3075,7 +3077,21 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "time": "2016-06-29T05:40:00+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-24T10:57:07+00:00" }, { "name": "symfony/dom-crawler", @@ -3247,5 +3263,6 @@ "platform": { "php": ">=5.5.9" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }