Updating composer packages
This commit is contained in:
parent
ecd4099038
commit
3e1609862e
210
composer.lock
generated
210
composer.lock
generated
@ -68,16 +68,16 @@
|
|||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
"name": "gettext/gettext",
|
"name": "gettext/gettext",
|
||||||
"version": "v4.8.4",
|
"version": "v4.8.5",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/php-gettext/Gettext.git",
|
"url": "https://github.com/php-gettext/Gettext.git",
|
||||||
"reference": "58bc0f7f37e78efb0f9758f93d4a0f669f0f84a1"
|
"reference": "ef2e312dff383fc0e4cd62dd39042e1157f137d4"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/php-gettext/Gettext/zipball/58bc0f7f37e78efb0f9758f93d4a0f669f0f84a1",
|
"url": "https://api.github.com/repos/php-gettext/Gettext/zipball/ef2e312dff383fc0e4cd62dd39042e1157f137d4",
|
||||||
"reference": "58bc0f7f37e78efb0f9758f93d4a0f669f0f84a1",
|
"reference": "ef2e312dff383fc0e4cd62dd39042e1157f137d4",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -85,7 +85,7 @@
|
|||||||
"php": ">=5.4.0"
|
"php": ">=5.4.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"illuminate/view": "*",
|
"illuminate/view": "^5.0.x-dev",
|
||||||
"phpunit/phpunit": "^4.8|^5.7|^6.5",
|
"phpunit/phpunit": "^4.8|^5.7|^6.5",
|
||||||
"squizlabs/php_codesniffer": "^3.0",
|
"squizlabs/php_codesniffer": "^3.0",
|
||||||
"symfony/yaml": "~2",
|
"symfony/yaml": "~2",
|
||||||
@ -129,7 +129,7 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"email": "oom@oscarotero.com",
|
"email": "oom@oscarotero.com",
|
||||||
"issues": "https://github.com/oscarotero/Gettext/issues",
|
"issues": "https://github.com/oscarotero/Gettext/issues",
|
||||||
"source": "https://github.com/php-gettext/Gettext/tree/v4.8.4"
|
"source": "https://github.com/php-gettext/Gettext/tree/v4.8.5"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -145,27 +145,26 @@
|
|||||||
"type": "patreon"
|
"type": "patreon"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2021-03-10T19:35:49+00:00"
|
"time": "2021-07-13T16:45:53+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "gettext/languages",
|
"name": "gettext/languages",
|
||||||
"version": "2.6.0",
|
"version": "2.8.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/php-gettext/Languages.git",
|
"url": "https://github.com/php-gettext/Languages.git",
|
||||||
"reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618"
|
"reference": "4ad818b6341e177b7c508ec4c37e18932a7b788a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/php-gettext/Languages/zipball/38ea0482f649e0802e475f0ed19fa993bcb7a618",
|
"url": "https://api.github.com/repos/php-gettext/Languages/zipball/4ad818b6341e177b7c508ec4c37e18932a7b788a",
|
||||||
"reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618",
|
"reference": "4ad818b6341e177b7c508ec4c37e18932a7b788a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3"
|
"php": ">=5.3"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"friendsofphp/php-cs-fixer": "^2.16.0",
|
|
||||||
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
|
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -208,22 +207,32 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/php-gettext/Languages/issues",
|
"issues": "https://github.com/php-gettext/Languages/issues",
|
||||||
"source": "https://github.com/php-gettext/Languages/tree/2.6.0"
|
"source": "https://github.com/php-gettext/Languages/tree/2.8.1"
|
||||||
},
|
},
|
||||||
"time": "2019-11-13T10:30:21+00:00"
|
"funding": [
|
||||||
|
{
|
||||||
|
"url": "https://paypal.me/mlocati",
|
||||||
|
"type": "custom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://github.com/mlocati",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"time": "2021-07-14T15:03:58+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mck89/peast",
|
"name": "mck89/peast",
|
||||||
"version": "v1.13.0",
|
"version": "v1.13.8",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/mck89/peast.git",
|
"url": "https://github.com/mck89/peast.git",
|
||||||
"reference": "db38b1524f5bda921cbda2385e440c2bb71d18b4"
|
"reference": "4f0423441ec557f3935b056d10987f2e1c7a3e76"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/mck89/peast/zipball/db38b1524f5bda921cbda2385e440c2bb71d18b4",
|
"url": "https://api.github.com/repos/mck89/peast/zipball/4f0423441ec557f3935b056d10987f2e1c7a3e76",
|
||||||
"reference": "db38b1524f5bda921cbda2385e440c2bb71d18b4",
|
"reference": "4f0423441ec557f3935b056d10987f2e1c7a3e76",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -235,7 +244,7 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.13.0-dev"
|
"dev-master": "1.13.8-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -257,9 +266,9 @@
|
|||||||
"description": "Peast is PHP library that generates AST for JavaScript code",
|
"description": "Peast is PHP library that generates AST for JavaScript code",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/mck89/peast/issues",
|
"issues": "https://github.com/mck89/peast/issues",
|
||||||
"source": "https://github.com/mck89/peast/tree/v1.13.0"
|
"source": "https://github.com/mck89/peast/tree/v1.13.8"
|
||||||
},
|
},
|
||||||
"time": "2021-05-22T16:06:09+00:00"
|
"time": "2021-09-11T10:28:18+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mustache/mustache",
|
"name": "mustache/mustache",
|
||||||
@ -313,16 +322,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "php-parallel-lint/php-parallel-lint",
|
"name": "php-parallel-lint/php-parallel-lint",
|
||||||
"version": "v1.3.0",
|
"version": "v1.3.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git",
|
"url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git",
|
||||||
"reference": "772a954e5f119f6f5871d015b23eabed8cbdadfb"
|
"reference": "761f3806e30239b5fcd90a0a45d41dc2138de192"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/772a954e5f119f6f5871d015b23eabed8cbdadfb",
|
"url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/761f3806e30239b5fcd90a0a45d41dc2138de192",
|
||||||
"reference": "772a954e5f119f6f5871d015b23eabed8cbdadfb",
|
"reference": "761f3806e30239b5fcd90a0a45d41dc2138de192",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -336,7 +345,7 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"nette/tester": "^1.3 || ^2.0",
|
"nette/tester": "^1.3 || ^2.0",
|
||||||
"php-parallel-lint/php-console-highlighter": "~0.3",
|
"php-parallel-lint/php-console-highlighter": "~0.3",
|
||||||
"squizlabs/php_codesniffer": "^3.5"
|
"squizlabs/php_codesniffer": "^3.6"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet"
|
"php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet"
|
||||||
@ -364,22 +373,22 @@
|
|||||||
"homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint",
|
"homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/issues",
|
"issues": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/issues",
|
||||||
"source": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/tree/v1.3.0"
|
"source": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/tree/v1.3.1"
|
||||||
},
|
},
|
||||||
"time": "2021-04-07T14:42:48+00:00"
|
"time": "2021-08-13T05:35:13+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "rmccue/requests",
|
"name": "rmccue/requests",
|
||||||
"version": "v1.8.0",
|
"version": "v1.8.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/WordPress/Requests.git",
|
"url": "https://github.com/WordPress/Requests.git",
|
||||||
"reference": "afbe4790e4def03581c4a0963a1e8aa01f6030f1"
|
"reference": "82e6936366eac3af4d836c18b9d8c31028fe4cd5"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/WordPress/Requests/zipball/afbe4790e4def03581c4a0963a1e8aa01f6030f1",
|
"url": "https://api.github.com/repos/WordPress/Requests/zipball/82e6936366eac3af4d836c18b9d8c31028fe4cd5",
|
||||||
"reference": "afbe4790e4def03581c4a0963a1e8aa01f6030f1",
|
"reference": "82e6936366eac3af4d836c18b9d8c31028fe4cd5",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -424,9 +433,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/WordPress/Requests/issues",
|
"issues": "https://github.com/WordPress/Requests/issues",
|
||||||
"source": "https://github.com/WordPress/Requests/tree/v1.8.0"
|
"source": "https://github.com/WordPress/Requests/tree/v1.8.1"
|
||||||
},
|
},
|
||||||
"time": "2021-04-27T11:05:25+00:00"
|
"time": "2021-06-04T09:56:25+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "squizlabs/php_codesniffer",
|
"name": "squizlabs/php_codesniffer",
|
||||||
@ -486,20 +495,21 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/finder",
|
"name": "symfony/finder",
|
||||||
"version": "v5.3.0",
|
"version": "v5.3.7",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/finder.git",
|
"url": "https://github.com/symfony/finder.git",
|
||||||
"reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6"
|
"reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/finder/zipball/0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6",
|
"url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
|
||||||
"reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6",
|
"reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2.5"
|
"php": ">=7.2.5",
|
||||||
|
"symfony/polyfill-php80": "^1.16"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -527,7 +537,7 @@
|
|||||||
"description": "Finds files and directories via an intuitive fluent interface",
|
"description": "Finds files and directories via an intuitive fluent interface",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/finder/tree/v5.3.0"
|
"source": "https://github.com/symfony/finder/tree/v5.3.7"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -543,31 +553,117 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2021-05-26T12:52:38+00:00"
|
"time": "2021-08-04T21:20:46+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "wp-cli/i18n-command",
|
"name": "symfony/polyfill-php80",
|
||||||
"version": "v2.2.8",
|
"version": "v1.23.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/wp-cli/i18n-command.git",
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
||||||
"reference": "8bc234617edc533590ac0f41080164a8d85ec9ce"
|
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/8bc234617edc533590ac0f41080164a8d85ec9ce",
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
|
||||||
"reference": "8bc234617edc533590ac0f41080164a8d85ec9ce",
|
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": ">=7.1"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-main": "1.23-dev"
|
||||||
|
},
|
||||||
|
"thanks": {
|
||||||
|
"name": "symfony/polyfill",
|
||||||
|
"url": "https://github.com/symfony/polyfill"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Symfony\\Polyfill\\Php80\\": ""
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"bootstrap.php"
|
||||||
|
],
|
||||||
|
"classmap": [
|
||||||
|
"Resources/stubs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Ion Bazan",
|
||||||
|
"email": "ion.bazan@gmail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Nicolas Grekas",
|
||||||
|
"email": "p@tchwork.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Symfony Community",
|
||||||
|
"homepage": "https://symfony.com/contributors"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
||||||
|
"homepage": "https://symfony.com",
|
||||||
|
"keywords": [
|
||||||
|
"compatibility",
|
||||||
|
"polyfill",
|
||||||
|
"portable",
|
||||||
|
"shim"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
|
||||||
|
},
|
||||||
|
"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": "2021-07-28T13:41:28+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "wp-cli/i18n-command",
|
||||||
|
"version": "v2.2.9",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/wp-cli/i18n-command.git",
|
||||||
|
"reference": "26e171c5708060b6d7cede9af934b946f5ec3a59"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/26e171c5708060b6d7cede9af934b946f5ec3a59",
|
||||||
|
"reference": "26e171c5708060b6d7cede9af934b946f5ec3a59",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"gettext/gettext": "^4.8",
|
"gettext/gettext": "^4.8",
|
||||||
"mck89/peast": "^1.8",
|
"mck89/peast": "^1.13",
|
||||||
"wp-cli/wp-cli": "^2.5"
|
"wp-cli/wp-cli": "^2.5"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"wp-cli/scaffold-command": "^1.2 || ^2",
|
"wp-cli/scaffold-command": "^1.2 || ^2",
|
||||||
"wp-cli/wp-cli-tests": "^3.0.11"
|
"wp-cli/wp-cli-tests": "^3.0.11"
|
||||||
},
|
},
|
||||||
|
"suggest": {
|
||||||
|
"ext-mbstring": "Used for calculating include/exclude matches in code extraction"
|
||||||
|
},
|
||||||
"type": "wp-cli-package",
|
"type": "wp-cli-package",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
@ -602,9 +698,9 @@
|
|||||||
"homepage": "https://github.com/wp-cli/i18n-command",
|
"homepage": "https://github.com/wp-cli/i18n-command",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/wp-cli/i18n-command/issues",
|
"issues": "https://github.com/wp-cli/i18n-command/issues",
|
||||||
"source": "https://github.com/wp-cli/i18n-command/tree/v2.2.8"
|
"source": "https://github.com/wp-cli/i18n-command/tree/v2.2.9"
|
||||||
},
|
},
|
||||||
"time": "2021-05-10T10:24:16+00:00"
|
"time": "2021-07-20T21:25:54+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "wp-cli/mustangostang-spyc",
|
"name": "wp-cli/mustangostang-spyc",
|
||||||
@ -659,16 +755,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "wp-cli/php-cli-tools",
|
"name": "wp-cli/php-cli-tools",
|
||||||
"version": "v0.11.12",
|
"version": "v0.11.13",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/wp-cli/php-cli-tools.git",
|
"url": "https://github.com/wp-cli/php-cli-tools.git",
|
||||||
"reference": "e472e08489f7504d9e8c5c5a057e1419cd1b2b3e"
|
"reference": "a2866855ac1abc53005c102e901553ad5772dc04"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/e472e08489f7504d9e8c5c5a057e1419cd1b2b3e",
|
"url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/a2866855ac1abc53005c102e901553ad5772dc04",
|
||||||
"reference": "e472e08489f7504d9e8c5c5a057e1419cd1b2b3e",
|
"reference": "a2866855ac1abc53005c102e901553ad5772dc04",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -707,9 +803,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/wp-cli/php-cli-tools/issues",
|
"issues": "https://github.com/wp-cli/php-cli-tools/issues",
|
||||||
"source": "https://github.com/wp-cli/php-cli-tools/tree/v0.11.12"
|
"source": "https://github.com/wp-cli/php-cli-tools/tree/v0.11.13"
|
||||||
},
|
},
|
||||||
"time": "2021-03-03T12:43:49+00:00"
|
"time": "2021-07-01T15:08:16+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "wp-cli/wp-cli",
|
"name": "wp-cli/wp-cli",
|
||||||
@ -843,5 +939,5 @@
|
|||||||
"php": ">=7.3.0"
|
"php": ">=7.3.0"
|
||||||
},
|
},
|
||||||
"platform-dev": [],
|
"platform-dev": [],
|
||||||
"plugin-api-version": "2.0.0"
|
"plugin-api-version": "2.1.0"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user