updating to PHP 8.0 in composer JSON file

This commit is contained in:
Brian 2023-03-09 13:01:49 -07:00
parent cd884c7f76
commit d21eb055d3
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8
2 changed files with 113 additions and 182 deletions

View File

@ -11,11 +11,11 @@
} }
], ],
"require": { "require": {
"php": ">=7.3.0", "php": ">=8.0.0",
"eftec/bladeone": "^4.1" "eftec/bladeone": "^4.8"
}, },
"require-dev": { "require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.3.0", "php-parallel-lint/php-parallel-lint": "^1.3.2",
"wp-cli/i18n-command": "^2.2.8", "wp-cli/i18n-command": "^2.2.8",
"wp-coding-standards/wpcs": "^2.3.0" "wp-coding-standards/wpcs": "^2.3.0"
}, },

289
composer.lock generated
View File

@ -4,35 +4,36 @@
"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": "93b4f488145c9bf1c4ecf7adad47614e", "content-hash": "a1d2fa14a3a85a873ef48e5fa182ef12",
"packages": [ "packages": [
{ {
"name": "eftec/bladeone", "name": "eftec/bladeone",
"version": "4.1", "version": "4.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/EFTEC/BladeOne.git", "url": "https://github.com/EFTEC/BladeOne.git",
"reference": "d3e1efa1c6f776aa87fe47164d77e7ea67fc196f" "reference": "26b79fc337a7c584c7d222dc1dbc6d34771d0394"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/EFTEC/BladeOne/zipball/d3e1efa1c6f776aa87fe47164d77e7ea67fc196f", "url": "https://api.github.com/repos/EFTEC/BladeOne/zipball/26b79fc337a7c584c7d222dc1dbc6d34771d0394",
"reference": "d3e1efa1c6f776aa87fe47164d77e7ea67fc196f", "reference": "26b79fc337a7c584c7d222dc1dbc6d34771d0394",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"php": ">=7.1.3" "php": ">=7.2.5"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^3.1", "phpunit/phpunit": "^8.5.23"
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.6.0"
}, },
"suggest": { "suggest": {
"eftec/bladeonehtml": "Extension to create forms", "eftec/bladeonehtml": "Extension to create forms",
"ext-mbstring": "This extension is used if it's active" "ext-mbstring": "This extension is used if it's active"
}, },
"bin": [
"lib/bladeonecli"
],
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -60,24 +61,24 @@
], ],
"support": { "support": {
"issues": "https://github.com/EFTEC/BladeOne/issues", "issues": "https://github.com/EFTEC/BladeOne/issues",
"source": "https://github.com/EFTEC/BladeOne/tree/4.1" "source": "https://github.com/EFTEC/BladeOne/tree/4.8"
}, },
"time": "2021-09-29T15:23:25+00:00" "time": "2023-01-12T01:22:51+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [
{ {
"name": "gettext/gettext", "name": "gettext/gettext",
"version": "v4.8.5", "version": "v4.8.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-gettext/Gettext.git", "url": "https://github.com/php-gettext/Gettext.git",
"reference": "ef2e312dff383fc0e4cd62dd39042e1157f137d4" "reference": "302a00aa9d6762c92c884d879c15d3ed05d6a37d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-gettext/Gettext/zipball/ef2e312dff383fc0e4cd62dd39042e1157f137d4", "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/302a00aa9d6762c92c884d879c15d3ed05d6a37d",
"reference": "ef2e312dff383fc0e4cd62dd39042e1157f137d4", "reference": "302a00aa9d6762c92c884d879c15d3ed05d6a37d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -129,7 +130,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.5" "source": "https://github.com/php-gettext/Gettext/tree/v4.8.8"
}, },
"funding": [ "funding": [
{ {
@ -145,20 +146,20 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2021-07-13T16:45:53+00:00" "time": "2022-12-08T11:59:50+00:00"
}, },
{ {
"name": "gettext/languages", "name": "gettext/languages",
"version": "2.8.1", "version": "2.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-gettext/Languages.git", "url": "https://github.com/php-gettext/Languages.git",
"reference": "4ad818b6341e177b7c508ec4c37e18932a7b788a" "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-gettext/Languages/zipball/4ad818b6341e177b7c508ec4c37e18932a7b788a", "url": "https://api.github.com/repos/php-gettext/Languages/zipball/4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
"reference": "4ad818b6341e177b7c508ec4c37e18932a7b788a", "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -207,7 +208,7 @@
], ],
"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.8.1" "source": "https://github.com/php-gettext/Languages/tree/2.10.0"
}, },
"funding": [ "funding": [
{ {
@ -219,23 +220,24 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-07-14T15:03:58+00:00" "time": "2022-10-18T15:00:10+00:00"
}, },
{ {
"name": "mck89/peast", "name": "mck89/peast",
"version": "v1.13.8", "version": "v1.15.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mck89/peast.git", "url": "https://github.com/mck89/peast.git",
"reference": "4f0423441ec557f3935b056d10987f2e1c7a3e76" "reference": "cf06286910b7efc9dce7503553ebee314df3d3d3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mck89/peast/zipball/4f0423441ec557f3935b056d10987f2e1c7a3e76", "url": "https://api.github.com/repos/mck89/peast/zipball/cf06286910b7efc9dce7503553ebee314df3d3d3",
"reference": "4f0423441ec557f3935b056d10987f2e1c7a3e76", "reference": "cf06286910b7efc9dce7503553ebee314df3d3d3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*",
"php": ">=5.4.0" "php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
@ -244,7 +246,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.13.8-dev" "dev-master": "1.15.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -266,22 +268,22 @@
"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.8" "source": "https://github.com/mck89/peast/tree/v1.15.1"
}, },
"time": "2021-09-11T10:28:18+00:00" "time": "2023-01-21T13:18:17+00:00"
}, },
{ {
"name": "mustache/mustache", "name": "mustache/mustache",
"version": "v2.13.0", "version": "v2.14.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/mustache.php.git", "url": "https://github.com/bobthecow/mustache.php.git",
"reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4" "reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e95c5a008c23d3151d59ea72484d4f72049ab7f4", "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e62b7c3849d22ec55f3ec425507bf7968193a6cb",
"reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4", "reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -316,22 +318,22 @@
], ],
"support": { "support": {
"issues": "https://github.com/bobthecow/mustache.php/issues", "issues": "https://github.com/bobthecow/mustache.php/issues",
"source": "https://github.com/bobthecow/mustache.php/tree/master" "source": "https://github.com/bobthecow/mustache.php/tree/v2.14.2"
}, },
"time": "2019-11-23T21:40:31+00:00" "time": "2022-08-23T13:07:01+00:00"
}, },
{ {
"name": "php-parallel-lint/php-parallel-lint", "name": "php-parallel-lint/php-parallel-lint",
"version": "v1.3.1", "version": "v1.3.2",
"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": "761f3806e30239b5fcd90a0a45d41dc2138de192" "reference": "6483c9832e71973ed29cf71bd6b3f4fde438a9de"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/761f3806e30239b5fcd90a0a45d41dc2138de192", "url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/6483c9832e71973ed29cf71bd6b3f4fde438a9de",
"reference": "761f3806e30239b5fcd90a0a45d41dc2138de192", "reference": "6483c9832e71973ed29cf71bd6b3f4fde438a9de",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -344,7 +346,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.* || ^1.0",
"squizlabs/php_codesniffer": "^3.6" "squizlabs/php_codesniffer": "^3.6"
}, },
"suggest": { "suggest": {
@ -356,7 +358,7 @@
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "classmap": [
"./" "./src/"
] ]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -373,9 +375,9 @@
"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.1" "source": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/tree/v1.3.2"
}, },
"time": "2021-08-13T05:35:13+00:00" "time": "2022-02-21T12:50:22+00:00"
}, },
{ {
"name": "rmccue/requests", "name": "rmccue/requests",
@ -439,16 +441,16 @@
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",
"version": "3.6.0", "version": "3.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625" "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
"reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625", "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -484,32 +486,35 @@
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer", "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"keywords": [ "keywords": [
"phpcs", "phpcs",
"standards" "standards",
"static analysis"
], ],
"support": { "support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer", "source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
}, },
"time": "2021-04-09T00:54:41+00:00" "time": "2023-02-22T23:07:41+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v5.3.7", "version": "v6.2.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93" "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93", "url": "https://api.github.com/repos/symfony/finder/zipball/20808dc6631aecafbe67c186af5dcb370be3a0eb",
"reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93", "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=8.1"
"symfony/polyfill-php80": "^1.16" },
"require-dev": {
"symfony/filesystem": "^6.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -537,7 +542,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.7" "source": "https://github.com/symfony/finder/tree/v6.2.7"
}, },
"funding": [ "funding": [
{ {
@ -553,113 +558,30 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-08-04T21:20:46+00:00" "time": "2023-02-16T09:57:23+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.23.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
"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", "name": "wp-cli/i18n-command",
"version": "v2.2.9", "version": "v2.2.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/wp-cli/i18n-command.git", "url": "https://github.com/wp-cli/i18n-command.git",
"reference": "26e171c5708060b6d7cede9af934b946f5ec3a59" "reference": "77ece9e2c914bb56ea72b9ee9f00556dece07b3f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/26e171c5708060b6d7cede9af934b946f5ec3a59", "url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/77ece9e2c914bb56ea72b9ee9f00556dece07b3f",
"reference": "26e171c5708060b6d7cede9af934b946f5ec3a59", "reference": "77ece9e2c914bb56ea72b9ee9f00556dece07b3f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"gettext/gettext": "^4.8", "gettext/gettext": "^4.8",
"mck89/peast": "^1.13", "mck89/peast": "^1.13.11",
"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.1"
}, },
"suggest": { "suggest": {
"ext-mbstring": "Used for calculating include/exclude matches in code extraction" "ext-mbstring": "Used for calculating include/exclude matches in code extraction"
@ -667,7 +589,7 @@
"type": "wp-cli-package", "type": "wp-cli-package",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.x-dev" "dev-main": "2.x-dev"
}, },
"bundled": true, "bundled": true,
"commands": [ "commands": [
@ -677,12 +599,12 @@
] ]
}, },
"autoload": { "autoload": {
"psr-4": {
"WP_CLI\\I18n\\": "src/"
},
"files": [ "files": [
"i18n-command.php" "i18n-command.php"
] ],
"psr-4": {
"WP_CLI\\I18n\\": "src/"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -698,9 +620,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.9" "source": "https://github.com/wp-cli/i18n-command/tree/v2.2.13"
}, },
"time": "2021-07-20T21:25:54+00:00" "time": "2022-01-13T01:40:51+00:00"
}, },
{ {
"name": "wp-cli/mustangostang-spyc", "name": "wp-cli/mustangostang-spyc",
@ -729,12 +651,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"Mustangostang\\": "src/"
},
"files": [ "files": [
"includes/functions.php" "includes/functions.php"
] ],
"psr-4": {
"Mustangostang\\": "src/"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -755,29 +677,38 @@
}, },
{ {
"name": "wp-cli/php-cli-tools", "name": "wp-cli/php-cli-tools",
"version": "v0.11.13", "version": "v0.11.17",
"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": "a2866855ac1abc53005c102e901553ad5772dc04" "reference": "f6be76b7c4ee2ef93c9531b8a37bdb7ce42c3728"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/a2866855ac1abc53005c102e901553ad5772dc04", "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/f6be76b7c4ee2ef93c9531b8a37bdb7ce42c3728",
"reference": "a2866855ac1abc53005c102e901553ad5772dc04", "reference": "f6be76b7c4ee2ef93c9531b8a37bdb7ce42c3728",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">= 5.3.0" "php": ">= 5.3.0"
}, },
"require-dev": {
"roave/security-advisories": "dev-latest",
"wp-cli/wp-cli-tests": "^3.1.6"
},
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.11.x-dev"
}
},
"autoload": { "autoload": {
"psr-0": {
"cli": "lib/"
},
"files": [ "files": [
"lib/cli/cli.php" "lib/cli/cli.php"
] ],
"psr-0": {
"cli": "lib/"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -803,27 +734,27 @@
], ],
"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.13" "source": "https://github.com/wp-cli/php-cli-tools/tree/v0.11.17"
}, },
"time": "2021-07-01T15:08:16+00:00" "time": "2023-01-12T01:18:21+00:00"
}, },
{ {
"name": "wp-cli/wp-cli", "name": "wp-cli/wp-cli",
"version": "v2.5.0", "version": "v2.7.1",
"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": "0bcf0c54f4d35685211d435e25219cc7acbe6d48" "reference": "1ddc754f1c15e56fb2cdd1a4e82bd0ec6ca32a76"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/0bcf0c54f4d35685211d435e25219cc7acbe6d48", "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/1ddc754f1c15e56fb2cdd1a4e82bd0ec6ca32a76",
"reference": "0bcf0c54f4d35685211d435e25219cc7acbe6d48", "reference": "1ddc754f1c15e56fb2cdd1a4e82bd0ec6ca32a76",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-curl": "*", "ext-curl": "*",
"mustache/mustache": "~2.13", "mustache/mustache": "^2.14.1",
"php": "^5.6 || ^7.0 || ^8.0", "php": "^5.6 || ^7.0 || ^8.0",
"rmccue/requests": "^1.8", "rmccue/requests": "^1.8",
"symfony/finder": ">2.7", "symfony/finder": ">2.7",
@ -831,12 +762,12 @@
"wp-cli/php-cli-tools": "~0.11.2" "wp-cli/php-cli-tools": "~0.11.2"
}, },
"require-dev": { "require-dev": {
"roave/security-advisories": "dev-master", "roave/security-advisories": "dev-latest",
"wp-cli/db-command": "^1.3 || ^2", "wp-cli/db-command": "^1.3 || ^2",
"wp-cli/entity-command": "^1.2 || ^2", "wp-cli/entity-command": "^1.2 || ^2",
"wp-cli/extension-command": "^1.1 || ^2", "wp-cli/extension-command": "^1.1 || ^2",
"wp-cli/package-command": "^1 || ^2", "wp-cli/package-command": "^1 || ^2",
"wp-cli/wp-cli-tests": "^3.0.7" "wp-cli/wp-cli-tests": "^3.1.6"
}, },
"suggest": { "suggest": {
"ext-readline": "Include for a better --prompt implementation", "ext-readline": "Include for a better --prompt implementation",
@ -849,7 +780,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.5.x-dev" "dev-master": "2.8.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -876,7 +807,7 @@
"issues": "https://github.com/wp-cli/wp-cli/issues", "issues": "https://github.com/wp-cli/wp-cli/issues",
"source": "https://github.com/wp-cli/wp-cli" "source": "https://github.com/wp-cli/wp-cli"
}, },
"time": "2021-05-14T13:44:51+00:00" "time": "2022-10-17T23:10:42+00:00"
}, },
{ {
"name": "wp-coding-standards/wpcs", "name": "wp-coding-standards/wpcs",
@ -936,8 +867,8 @@
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7.3.0" "php": ">=8.0.0"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.1.0" "plugin-api-version": "2.3.0"
} }