mirror of
https://ghproxy.net/https://github.com/wp-cli/wp-cli-bundle.git
synced 2025-10-04 03:36:31 +08:00
Fix Phar dependencies for vendor name changes
This commit is contained in:
parent
e6a3eb3095
commit
1daea921c1
2 changed files with 67 additions and 64 deletions
128
composer.lock
generated
128
composer.lock
generated
|
@ -881,56 +881,6 @@
|
|||
},
|
||||
"time": "2025-03-07T19:44:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "mustache/mustache",
|
||||
"version": "v2.14.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bobthecow/mustache.php.git",
|
||||
"reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e62b7c3849d22ec55f3ec425507bf7968193a6cb",
|
||||
"reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.2.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "~1.11",
|
||||
"phpunit/phpunit": "~3.7|~4.0|~5.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Mustache": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Justin Hileman",
|
||||
"email": "justin@justinhileman.info",
|
||||
"homepage": "http://justinhileman.com"
|
||||
}
|
||||
],
|
||||
"description": "A Mustache implementation in PHP.",
|
||||
"homepage": "https://github.com/bobthecow/mustache.php",
|
||||
"keywords": [
|
||||
"mustache",
|
||||
"templating"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/bobthecow/mustache.php/issues",
|
||||
"source": "https://github.com/bobthecow/mustache.php/tree/v2.14.2"
|
||||
},
|
||||
"time": "2022-08-23T13:07:01+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nb/oxymel",
|
||||
"version": "v0.1.0",
|
||||
|
@ -2498,28 +2448,28 @@
|
|||
},
|
||||
{
|
||||
"name": "wp-cli/extension-command",
|
||||
"version": "v2.1.23",
|
||||
"version": "v2.1.24",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/wp-cli/extension-command.git",
|
||||
"reference": "c307a11e7ea078cfd52177eefeef9906aa69edcd"
|
||||
"reference": "d21a2f504ac43a86b6b08697669b5b0844748133"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/wp-cli/extension-command/zipball/c307a11e7ea078cfd52177eefeef9906aa69edcd",
|
||||
"reference": "c307a11e7ea078cfd52177eefeef9906aa69edcd",
|
||||
"url": "https://api.github.com/repos/wp-cli/extension-command/zipball/d21a2f504ac43a86b6b08697669b5b0844748133",
|
||||
"reference": "d21a2f504ac43a86b6b08697669b5b0844748133",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer/semver": "^1.4 || ^2 || ^3",
|
||||
"wp-cli/wp-cli": "^2.10"
|
||||
"wp-cli/wp-cli": "^2.12"
|
||||
},
|
||||
"require-dev": {
|
||||
"wp-cli/cache-command": "^2.0",
|
||||
"wp-cli/entity-command": "^1.3 || ^2",
|
||||
"wp-cli/language-command": "^2.0",
|
||||
"wp-cli/scaffold-command": "^1.2 || ^2",
|
||||
"wp-cli/wp-cli-tests": "^4"
|
||||
"wp-cli/wp-cli-tests": "^4.3.7"
|
||||
},
|
||||
"type": "wp-cli-package",
|
||||
"extra": {
|
||||
|
@ -2590,9 +2540,9 @@
|
|||
"homepage": "https://github.com/wp-cli/extension-command",
|
||||
"support": {
|
||||
"issues": "https://github.com/wp-cli/extension-command/issues",
|
||||
"source": "https://github.com/wp-cli/extension-command/tree/v2.1.23"
|
||||
"source": "https://github.com/wp-cli/extension-command/tree/v2.1.24"
|
||||
},
|
||||
"time": "2024-10-01T10:44:18+00:00"
|
||||
"time": "2025-05-06T19:17:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "wp-cli/i18n-command",
|
||||
|
@ -2926,6 +2876,58 @@
|
|||
},
|
||||
"time": "2025-04-11T09:28:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "wp-cli/mustache",
|
||||
"version": "v2.14.99",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/wp-cli/mustache.php.git",
|
||||
"reference": "ca23b97ac35fbe01c160549eb634396183d04a59"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/wp-cli/mustache.php/zipball/ca23b97ac35fbe01c160549eb634396183d04a59",
|
||||
"reference": "ca23b97ac35fbe01c160549eb634396183d04a59",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.6"
|
||||
},
|
||||
"replace": {
|
||||
"mustache/mustache": "^2.14.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "~2.19.3",
|
||||
"yoast/phpunit-polyfills": "^2.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Mustache": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Justin Hileman",
|
||||
"email": "justin@justinhileman.info",
|
||||
"homepage": "http://justinhileman.com"
|
||||
}
|
||||
],
|
||||
"description": "A Mustache implementation in PHP.",
|
||||
"homepage": "https://github.com/bobthecow/mustache.php",
|
||||
"keywords": [
|
||||
"mustache",
|
||||
"templating"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/wp-cli/mustache.php/tree/v2.14.99"
|
||||
},
|
||||
"time": "2025-05-06T16:15:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "wp-cli/mustangostang-spyc",
|
||||
"version": "0.6.3",
|
||||
|
@ -3657,19 +3659,19 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/wp-cli/wp-cli.git",
|
||||
"reference": "bdc2e5df74fcf77e76512d8c001cbbbe2f0afd4d"
|
||||
"reference": "094696b470895de1d4c96843206e5f1e1c8efb9d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/bdc2e5df74fcf77e76512d8c001cbbbe2f0afd4d",
|
||||
"reference": "bdc2e5df74fcf77e76512d8c001cbbbe2f0afd4d",
|
||||
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/094696b470895de1d4c96843206e5f1e1c8efb9d",
|
||||
"reference": "094696b470895de1d4c96843206e5f1e1c8efb9d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-curl": "*",
|
||||
"mustache/mustache": "^2.14.1",
|
||||
"php": "^5.6 || ^7.0 || ^8.0",
|
||||
"symfony/finder": ">2.7",
|
||||
"wp-cli/mustache": "^2.14.99",
|
||||
"wp-cli/mustangostang-spyc": "^0.6.3",
|
||||
"wp-cli/php-cli-tools": "~0.12.4"
|
||||
},
|
||||
|
@ -3719,7 +3721,7 @@
|
|||
"issues": "https://github.com/wp-cli/wp-cli/issues",
|
||||
"source": "https://github.com/wp-cli/wp-cli"
|
||||
},
|
||||
"time": "2025-05-06T16:45:18+00:00"
|
||||
"time": "2025-05-06T19:10:28+00:00"
|
||||
},
|
||||
{
|
||||
"name": "wp-cli/wp-config-transformer",
|
||||
|
|
|
@ -188,7 +188,8 @@ $finder
|
|||
->name( '/\.*.php8?/' )
|
||||
->in( WP_CLI_ROOT . '/php' )
|
||||
->in( WP_CLI_BUNDLE_ROOT . '/php' )
|
||||
->in( WP_CLI_VENDOR_DIR . '/mustache' )
|
||||
->in( WP_CLI_VENDOR_DIR . '/wp-cli/mustache' )
|
||||
->in( WP_CLI_VENDOR_DIR . '/wp-cli/process' )
|
||||
->in( WP_CLI_VENDOR_DIR . '/eftec/bladeone' )
|
||||
->in( WP_CLI_ROOT . '/bundle/rmccue/requests' )
|
||||
->in( WP_CLI_VENDOR_DIR . '/composer' )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue