Updated lock file

This commit is contained in:
Christopher Allford 2020-11-13 09:43:01 -08:00
parent bb38673dad
commit c491bd45aa
1 changed files with 18 additions and 27 deletions

45
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "928d8825a02fc4217b3af36a83c2fbc8", "content-hash": "6494b4d4b956386e32381541ebd79839",
"packages": [ "packages": [
{ {
"name": "automattic/jetpack-autoloader", "name": "automattic/jetpack-autoloader",
@ -493,22 +493,27 @@
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v3.4.46", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
"reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33" "reference": "4d882dced7b995d5274293039370148e291808f2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/da3d9da2ce0026771f5fe64cb332158f1bd2bc33", "url": "https://api.github.com/repos/symfony/css-selector/zipball/4d882dced7b995d5274293039370148e291808f2",
"reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33", "reference": "4d882dced7b995d5274293039370148e291808f2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.5.9|>=7.0.8" "php": ">=5.5.9"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.3-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Symfony\\Component\\CssSelector\\": "" "Symfony\\Component\\CssSelector\\": ""
@ -522,14 +527,14 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{ {
"name": "Jean-François Simon", "name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com" "email": "jeanfrancois.simon@sensiolabs.com"
}, },
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{ {
"name": "Symfony Community", "name": "Symfony Community",
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
@ -538,23 +543,9 @@
"description": "Symfony CssSelector Component", "description": "Symfony CssSelector Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/css-selector/tree/v3.4.46" "source": "https://github.com/symfony/css-selector/tree/master"
}, },
"funding": [ "time": "2017-05-01T15:01:29+00:00"
{
"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": "woocommerce/action-scheduler", "name": "woocommerce/action-scheduler",
@ -758,7 +749,7 @@
}, },
"platform-dev": [], "platform-dev": [],
"platform-overrides": { "platform-overrides": {
"php": "7.1" "php": "7.0"
}, },
"plugin-api-version": "2.0.0" "plugin-api-version": "2.0.0"
} }