Update dependency wp-cli/wp-cli to v2

This commit is contained in:
Renovate Bot 2019-01-09 02:46:18 +00:00
parent c3050db67c
commit d74ccb991f
No known key found for this signature in database
GPG Key ID: 30DC19D6846E13FA
2 changed files with 168 additions and 140 deletions

View File

@ -6,6 +6,6 @@
"minimum-stability": "dev", "minimum-stability": "dev",
"require": {}, "require": {},
"require-dev": { "require-dev": {
"wp-cli/wp-cli": "1.5.1" "wp-cli/wp-cli": "2.1.0"
} }
} }

View File

@ -1,10 +1,10 @@
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "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" "This file is @generated automatically"
], ],
"content-hash": "f4556531e7b95173d1b769b3d7350926", "content-hash": "2a94d15afcb17b214630daa2d90e97fa",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
@ -13,12 +13,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/ca-bundle.git", "url": "https://github.com/composer/ca-bundle.git",
"reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12" "reference": "45501c64f5d1b6a9c53c9a9def19e141bcbf2260"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/b17e6153cb7f33c7e44eb59578dc12eee5dc8e12", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/45501c64f5d1b6a9c53c9a9def19e141bcbf2260",
"reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12", "reference": "45501c64f5d1b6a9c53c9a9def19e141bcbf2260",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -27,12 +27,9 @@
"php": "^5.3.2 || ^7.0" "php": "^5.3.2 || ^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.5", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
"psr/log": "^1.0", "psr/log": "^1.0",
"symfony/process": "^2.5 || ^3.0" "symfony/process": "^2.5 || ^3.0 || ^4.0"
},
"suggest": {
"symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -64,7 +61,7 @@
"ssl", "ssl",
"tls" "tls"
], ],
"time": "2017-03-06T11:59:08+00:00" "time": "2018-10-31T14:14:03+00:00"
}, },
{ {
"name": "composer/composer", "name": "composer/composer",
@ -149,12 +146,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/semver.git", "url": "https://github.com/composer/semver.git",
"reference": "7ea669582e6396857cf6d1c0a6cd2728f4e7e383" "reference": "2b303e43d14d15cc90c8e8db4a1cdb6259f1a5c5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/7ea669582e6396857cf6d1c0a6cd2728f4e7e383", "url": "https://api.github.com/repos/composer/semver/zipball/2b303e43d14d15cc90c8e8db4a1cdb6259f1a5c5",
"reference": "7ea669582e6396857cf6d1c0a6cd2728f4e7e383", "reference": "2b303e43d14d15cc90c8e8db4a1cdb6259f1a5c5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -203,7 +200,7 @@
"validation", "validation",
"versioning" "versioning"
], ],
"time": "2017-05-15T12:49:06+00:00" "time": "2017-11-06T09:05:54+00:00"
}, },
{ {
"name": "composer/spdx-licenses", "name": "composer/spdx-licenses",
@ -211,19 +208,19 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/spdx-licenses.git", "url": "https://github.com/composer/spdx-licenses.git",
"reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c" "reference": "5781a46078ca46330d05f46f90c42eaacba85749"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/2603a0d7ddc00a015deb576fa5297ca43dee6b1c", "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/5781a46078ca46330d05f46f90c42eaacba85749",
"reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c", "reference": "5781a46078ca46330d05f46f90c42eaacba85749",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.3.2 || ^7.0" "php": "^5.3.2 || ^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.5 || ^5.0.5", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
}, },
"type": "library", "type": "library",
@ -264,7 +261,7 @@
"spdx", "spdx",
"validator" "validator"
], ],
"time": "2017-04-03T19:08:52+00:00" "time": "2018-12-26T21:53:59+00:00"
}, },
{ {
"name": "justinrainbow/json-schema", "name": "justinrainbow/json-schema",
@ -272,12 +269,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/justinrainbow/json-schema.git", "url": "https://github.com/justinrainbow/json-schema.git",
"reference": "36ed4d935f8f5eb958dbd29e1fa5a241ec3ece4d" "reference": "8560d4314577199ba51bf2032f02cd1315587c23"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/36ed4d935f8f5eb958dbd29e1fa5a241ec3ece4d", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23",
"reference": "36ed4d935f8f5eb958dbd29e1fa5a241ec3ece4d", "reference": "8560d4314577199ba51bf2032f02cd1315587c23",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -286,7 +283,7 @@
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.1", "friendsofphp/php-cs-fixer": "^2.1",
"json-schema/json-schema-test-suite": "1.2.0", "json-schema/json-schema-test-suite": "1.2.0",
"phpunit/phpunit": "^4.8.22" "phpunit/phpunit": "^4.8.35"
}, },
"bin": [ "bin": [
"bin/validate-json" "bin/validate-json"
@ -330,7 +327,7 @@
"json", "json",
"schema" "schema"
], ],
"time": "2017-06-23T11:43:36+00:00" "time": "2018-02-14T22:26:30+00:00"
}, },
{ {
"name": "mustache/mustache", "name": "mustache/mustache",
@ -425,12 +422,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/container.git", "url": "https://github.com/php-fig/container.git",
"reference": "2cc4a01788191489dc7459446ba832fa79a216a7" "reference": "014d250daebff39eba15ba990eeb2a140798e77c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/2cc4a01788191489dc7459446ba832fa79a216a7", "url": "https://api.github.com/repos/php-fig/container/zipball/014d250daebff39eba15ba990eeb2a140798e77c",
"reference": "2cc4a01788191489dc7459446ba832fa79a216a7", "reference": "014d250daebff39eba15ba990eeb2a140798e77c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -466,7 +463,7 @@
"container-interop", "container-interop",
"psr" "psr"
], ],
"time": "2017-06-28T15:35:32+00:00" "time": "2018-12-29T15:36:03+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -558,6 +555,7 @@
"array_column", "array_column",
"column" "column"
], ],
"abandoned": true,
"time": "2015-03-20T22:07:39+00:00" "time": "2015-03-20T22:07:39+00:00"
}, },
{ {
@ -756,17 +754,18 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "d668d8c0502d2b485c00d107db65fdbc56c26282" "reference": "17c5d8941eb75a03d19bc76a43757738632d87b3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/d668d8c0502d2b485c00d107db65fdbc56c26282", "url": "https://api.github.com/repos/symfony/config/zipball/17c5d8941eb75a03d19bc76a43757738632d87b3",
"reference": "d668d8c0502d2b485c00d107db65fdbc56c26282", "reference": "17c5d8941eb75a03d19bc76a43757738632d87b3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.5.9|>=7.0.8", "php": "^5.5.9|>=7.0.8",
"symfony/filesystem": "~2.8|~3.0|~4.0" "symfony/filesystem": "~2.8|~3.0|~4.0",
"symfony/polyfill-ctype": "~1.8"
}, },
"conflict": { "conflict": {
"symfony/dependency-injection": "<3.3", "symfony/dependency-injection": "<3.3",
@ -774,6 +773,7 @@
}, },
"require-dev": { "require-dev": {
"symfony/dependency-injection": "~3.3|~4.0", "symfony/dependency-injection": "~3.3|~4.0",
"symfony/event-dispatcher": "~3.3|~4.0",
"symfony/finder": "~3.3|~4.0", "symfony/finder": "~3.3|~4.0",
"symfony/yaml": "~3.0|~4.0" "symfony/yaml": "~3.0|~4.0"
}, },
@ -810,7 +810,7 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-08-05T17:34:46+00:00" "time": "2019-01-01T13:45:19+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
@ -818,12 +818,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "0e283478c2d68c9bf9cc52592ad1ef1834083a85" "reference": "a700b874d3692bc8342199adfb6d3b99f62cc61a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/0e283478c2d68c9bf9cc52592ad1ef1834083a85", "url": "https://api.github.com/repos/symfony/console/zipball/a700b874d3692bc8342199adfb6d3b99f62cc61a",
"reference": "0e283478c2d68c9bf9cc52592ad1ef1834083a85", "reference": "a700b874d3692bc8342199adfb6d3b99f62cc61a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -832,20 +832,19 @@
"symfony/polyfill-mbstring": "~1.0" "symfony/polyfill-mbstring": "~1.0"
}, },
"conflict": { "conflict": {
"symfony/dependency-injection": "<3.3", "symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3" "symfony/process": "<3.3"
}, },
"require-dev": { "require-dev": {
"psr/log": "~1.0", "psr/log": "~1.0",
"symfony/config": "~3.3|~4.0", "symfony/config": "~3.3|~4.0",
"symfony/dependency-injection": "~3.3|~4.0", "symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0", "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/http-kernel": "~2.8|~3.0|~4.0",
"symfony/lock": "~3.4|~4.0", "symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.3|~4.0" "symfony/process": "~3.3|~4.0"
}, },
"suggest": { "suggest": {
"psr/log": "For using the console logger", "psr/log-implementation": "For using the console logger",
"symfony/event-dispatcher": "", "symfony/event-dispatcher": "",
"symfony/lock": "", "symfony/lock": "",
"symfony/process": "" "symfony/process": ""
@ -880,7 +879,7 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-08-10T07:07:17+00:00" "time": "2019-01-04T04:42:43+00:00"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
@ -888,12 +887,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "50bda5b4b8641616d45254c6855bcd45f2f64187" "reference": "26d7f23b9bd0b93bee5583e4d6ca5cb1ab31b186"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/50bda5b4b8641616d45254c6855bcd45f2f64187", "url": "https://api.github.com/repos/symfony/debug/zipball/26d7f23b9bd0b93bee5583e4d6ca5cb1ab31b186",
"reference": "50bda5b4b8641616d45254c6855bcd45f2f64187", "reference": "26d7f23b9bd0b93bee5583e4d6ca5cb1ab31b186",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -936,7 +935,7 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-08-10T07:07:17+00:00" "time": "2019-01-01T13:45:19+00:00"
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
@ -944,12 +943,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "aaee88765cb21a838e8da26d6acda4ca2ae3a2ea" "reference": "928a38b18bd632d67acbca74d0b2eed09915e83e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/aaee88765cb21a838e8da26d6acda4ca2ae3a2ea", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/928a38b18bd632d67acbca74d0b2eed09915e83e",
"reference": "aaee88765cb21a838e8da26d6acda4ca2ae3a2ea", "reference": "928a38b18bd632d67acbca74d0b2eed09915e83e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -957,7 +956,7 @@
"psr/container": "^1.0" "psr/container": "^1.0"
}, },
"conflict": { "conflict": {
"symfony/config": "<3.3.1", "symfony/config": "<3.3.7",
"symfony/finder": "<3.3", "symfony/finder": "<3.3",
"symfony/proxy-manager-bridge": "<3.4", "symfony/proxy-manager-bridge": "<3.4",
"symfony/yaml": "<3.4" "symfony/yaml": "<3.4"
@ -1007,7 +1006,7 @@
], ],
"description": "Symfony DependencyInjection Component", "description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-08-10T19:43:00+00:00" "time": "2019-01-05T12:26:58+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
@ -1015,12 +1014,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "cd8b015f859e6b60933324db00067c2f060b4d18" "reference": "d1cdd46c53c264a2bd42505bd0e8ce21423bd0e2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/cd8b015f859e6b60933324db00067c2f060b4d18", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d1cdd46c53c264a2bd42505bd0e8ce21423bd0e2",
"reference": "cd8b015f859e6b60933324db00067c2f060b4d18", "reference": "d1cdd46c53c264a2bd42505bd0e8ce21423bd0e2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1070,7 +1069,7 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-08-03T09:34:20+00:00" "time": "2019-01-01T18:08:36+00:00"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
@ -1078,16 +1077,17 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "e4d366b620c8b6e2d4977c154f6a1d5b416db4dd" "reference": "c24ce3d18ccc9bb9d7e1d6ce9330fcc6061cafde"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/e4d366b620c8b6e2d4977c154f6a1d5b416db4dd", "url": "https://api.github.com/repos/symfony/filesystem/zipball/c24ce3d18ccc9bb9d7e1d6ce9330fcc6061cafde",
"reference": "e4d366b620c8b6e2d4977c154f6a1d5b416db4dd", "reference": "c24ce3d18ccc9bb9d7e1d6ce9330fcc6061cafde",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.5.9|>=7.0.8" "php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -1119,7 +1119,7 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-08-03T09:34:20+00:00" "time": "2019-01-01T13:45:19+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
@ -1127,12 +1127,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "bf0450cfe7282c5f06539c4733ba64273e91e918" "reference": "3f2a2ab6315dd7682d4c16dcae1e7b95c8b8555e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/bf0450cfe7282c5f06539c4733ba64273e91e918", "url": "https://api.github.com/repos/symfony/finder/zipball/3f2a2ab6315dd7682d4c16dcae1e7b95c8b8555e",
"reference": "bf0450cfe7282c5f06539c4733ba64273e91e918", "reference": "3f2a2ab6315dd7682d4c16dcae1e7b95c8b8555e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1168,7 +1168,65 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-08-03T09:34:20+00:00" "time": "2019-01-01T13:45:19+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.10.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"time": "2018-08-06T14:22:27+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -1235,12 +1293,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "9794f948d9af3be0157185051275d78b24d68b92" "reference": "0d41dd7d95ed179aed6a13393b0f4f97bfa2d25c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/9794f948d9af3be0157185051275d78b24d68b92", "url": "https://api.github.com/repos/symfony/process/zipball/0d41dd7d95ed179aed6a13393b0f4f97bfa2d25c",
"reference": "9794f948d9af3be0157185051275d78b24d68b92", "reference": "0d41dd7d95ed179aed6a13393b0f4f97bfa2d25c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1276,7 +1334,7 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-08-03T09:34:20+00:00" "time": "2019-01-02T21:24:08+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
@ -1284,12 +1342,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "62bb068e004874bbe39624101e1aae70ca7c05cd" "reference": "5f357063f4907cef47e5cf82fa3187fbfb700456"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/62bb068e004874bbe39624101e1aae70ca7c05cd", "url": "https://api.github.com/repos/symfony/translation/zipball/5f357063f4907cef47e5cf82fa3187fbfb700456",
"reference": "62bb068e004874bbe39624101e1aae70ca7c05cd", "reference": "5f357063f4907cef47e5cf82fa3187fbfb700456",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1299,17 +1357,18 @@
"conflict": { "conflict": {
"symfony/config": "<2.8", "symfony/config": "<2.8",
"symfony/dependency-injection": "<3.4", "symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.3" "symfony/yaml": "<3.4"
}, },
"require-dev": { "require-dev": {
"psr/log": "~1.0", "psr/log": "~1.0",
"symfony/config": "~2.8|~3.0|~4.0", "symfony/config": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.4|~4.0", "symfony/dependency-injection": "~3.4|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/intl": "^2.8.18|^3.2.5|~4.0", "symfony/intl": "^2.8.18|^3.2.5|~4.0",
"symfony/yaml": "~3.3|~4.0" "symfony/yaml": "~3.4|~4.0"
}, },
"suggest": { "suggest": {
"psr/log": "To use logging capability in translator", "psr/log-implementation": "To use logging capability in translator",
"symfony/config": "", "symfony/config": "",
"symfony/yaml": "" "symfony/yaml": ""
}, },
@ -1343,7 +1402,7 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-08-03T12:04:31+00:00" "time": "2019-01-01T13:45:19+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
@ -1351,19 +1410,23 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "1395ddba6f65bf46cdf1d80d59223cbab8ff3ccc" "reference": "554a59a1ccbaac238a89b19c8e551a556fd0e2ea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/1395ddba6f65bf46cdf1d80d59223cbab8ff3ccc", "url": "https://api.github.com/repos/symfony/yaml/zipball/554a59a1ccbaac238a89b19c8e551a556fd0e2ea",
"reference": "1395ddba6f65bf46cdf1d80d59223cbab8ff3ccc", "reference": "554a59a1ccbaac238a89b19c8e551a556fd0e2ea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.5.9|>=7.0.8" "php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
}, },
"require-dev": { "require-dev": {
"symfony/console": "~2.8|~3.0|~4.0" "symfony/console": "~3.4|~4.0"
}, },
"suggest": { "suggest": {
"symfony/console": "For validating YAML files using the lint command" "symfony/console": "For validating YAML files using the lint command"
@ -1398,7 +1461,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-08-04T13:29:48+00:00" "time": "2019-01-01T13:45:19+00:00"
}, },
{ {
"name": "wp-cli/autoload-splitter", "name": "wp-cli/autoload-splitter",
@ -2802,101 +2865,66 @@
}, },
{ {
"name": "wp-cli/wp-cli", "name": "wp-cli/wp-cli",
"version": "v1.3.0", "version": "v2.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/wp-cli/wp-cli.git", "url": "https://github.com/wp-cli/wp-cli.git",
"reference": "4ab0d99da0ad5e6ca39453ff5c82d4f06aecb086" "reference": "6dde820a8f6f183f4b6d751e5be1cd343974f333"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/4ab0d99da0ad5e6ca39453ff5c82d4f06aecb086", "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/6dde820a8f6f183f4b6d751e5be1cd343974f333",
"reference": "4ab0d99da0ad5e6ca39453ff5c82d4f06aecb086", "reference": "6dde820a8f6f183f4b6d751e5be1cd343974f333",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer/composer": "^1.2.0", "ext-curl": "*",
"composer/semver": "~1.0", "ext-readline": "*",
"mustache/mustache": "~2.4", "mustache/mustache": "~2.4",
"php": ">=5.3.29", "php": ">=5.4",
"ramsey/array_column": "~1.1", "ramsey/array_column": "~1.1",
"rmccue/requests": "~1.6", "rmccue/requests": "~1.6",
"symfony/config": "^2.7|^3.0", "symfony/finder": ">2.7",
"symfony/console": "^2.7|^3.0",
"symfony/debug": "^2.7|^3.0",
"symfony/dependency-injection": "^2.7|^3.0",
"symfony/event-dispatcher": "^2.7|^3.0",
"symfony/filesystem": "^2.7|^3.0",
"symfony/finder": "^2.7|^3.0",
"symfony/process": "^2.1|^3.0",
"symfony/translation": "^2.7|^3.0",
"symfony/yaml": "^2.7|^3.0",
"wp-cli/autoload-splitter": "^0.1.5",
"wp-cli/cache-command": "^1.0",
"wp-cli/checksum-command": "^1.0",
"wp-cli/config-command": "^1.0",
"wp-cli/core-command": "^1.0",
"wp-cli/cron-command": "^1.0",
"wp-cli/db-command": "^1.0",
"wp-cli/entity-command": "^1.0",
"wp-cli/eval-command": "^1.0",
"wp-cli/export-command": "^1.0",
"wp-cli/extension-command": "^1.0",
"wp-cli/import-command": "^1.0",
"wp-cli/language-command": "^1.0",
"wp-cli/media-command": "^1.0",
"wp-cli/mustangostang-spyc": "^0.6.3", "wp-cli/mustangostang-spyc": "^0.6.3",
"wp-cli/package-command": "^1.0", "wp-cli/php-cli-tools": "~0.11.2"
"wp-cli/php-cli-tools": "~0.11.2",
"wp-cli/rewrite-command": "^1.0",
"wp-cli/role-command": "^1.0",
"wp-cli/scaffold-command": "^1.0",
"wp-cli/search-replace-command": "^1.0",
"wp-cli/server-command": "^1.0",
"wp-cli/shell-command": "^1.0",
"wp-cli/super-admin-command": "^1.0",
"wp-cli/widget-command": "^1.0"
}, },
"require-dev": { "require-dev": {
"behat/behat": "2.5.*", "roave/security-advisories": "dev-master",
"phpunit/phpunit": "3.7.*", "wp-cli/db-command": "^1.3 || ^2",
"roave/security-advisories": "dev-master" "wp-cli/entity-command": "^1.2 || ^2",
"wp-cli/extension-command": "^1.1 || ^2",
"wp-cli/package-command": "^1 || ^2",
"wp-cli/wp-cli-tests": "^2.0.8"
}, },
"suggest": { "suggest": {
"psy/psysh": "Enhanced `wp shell` functionality" "ext-zip": "Needed to support extraction of ZIP archives when doing downloads or updates"
}, },
"bin": [ "bin": [
"bin/wp.bat", "bin/wp",
"bin/wp" "bin/wp.bat"
], ],
"type": "library", "type": "library",
"extra": { "extra": {
"autoload-splitter": { "branch-alias": {
"splitter-logic": "WP_CLI\\AutoloadSplitter", "dev-master": "2.1.x-dev"
"splitter-location": "php/WP_CLI/AutoloadSplitter.php",
"split-target-prefix-true": "autoload_commands",
"split-target-prefix-false": "autoload_framework"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"WP_CLI": "php" "WP_CLI": "php"
},
"psr-4": {
"": "php/commands/src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
"description": "A command line interface for WordPress", "description": "WP-CLI framework",
"homepage": "http://wp-cli.org", "homepage": "https://wp-cli.org",
"keywords": [ "keywords": [
"cli", "cli",
"wordpress" "wordpress"
], ],
"time": "2017-08-08T14:28:58+00:00" "time": "2018-12-18T17:37:51+00:00"
} }
], ],
"aliases": [], "aliases": [],