mirror of
https://ghproxy.net/https://github.com/wp-cli/wp-cli-bundle.git
synced 2025-10-04 02:04:54 +08:00
Merge pull request #556 from wp-cli/release-2-8-1
This commit is contained in:
commit
42e9cb9c16
3 changed files with 8 additions and 9 deletions
|
@ -35,7 +35,7 @@
|
|||
"wp-cli/shell-command": "^2",
|
||||
"wp-cli/super-admin-command": "^2",
|
||||
"wp-cli/widget-command": "^2",
|
||||
"wp-cli/wp-cli": "dev-main"
|
||||
"wp-cli/wp-cli": "^2.8.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"roave/security-advisories": "dev-latest",
|
||||
|
|
14
composer.lock
generated
14
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "130f1d131d18a8bd8e7383ab095a9314",
|
||||
"content-hash": "9b7c059056029d4022cd606c02ddd7b3",
|
||||
"packages": [
|
||||
{
|
||||
"name": "composer/ca-bundle",
|
||||
|
@ -3631,16 +3631,16 @@
|
|||
},
|
||||
{
|
||||
"name": "wp-cli/wp-cli",
|
||||
"version": "dev-main",
|
||||
"version": "v2.8.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/wp-cli/wp-cli.git",
|
||||
"reference": "d38c166d3dc86d57e6d0a93fe75a6a916dcea1b9"
|
||||
"reference": "5dd2340b9a01c3cfdbaf5e93a140759fdd190eee"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/d38c166d3dc86d57e6d0a93fe75a6a916dcea1b9",
|
||||
"reference": "d38c166d3dc86d57e6d0a93fe75a6a916dcea1b9",
|
||||
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/5dd2340b9a01c3cfdbaf5e93a140759fdd190eee",
|
||||
"reference": "5dd2340b9a01c3cfdbaf5e93a140759fdd190eee",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3663,7 +3663,6 @@
|
|||
"ext-readline": "Include for a better --prompt implementation",
|
||||
"ext-zip": "Needed to support extraction of ZIP archives when doing downloads or updates"
|
||||
},
|
||||
"default-branch": true,
|
||||
"bin": [
|
||||
"bin/wp",
|
||||
"bin/wp.bat"
|
||||
|
@ -3698,7 +3697,7 @@
|
|||
"issues": "https://github.com/wp-cli/wp-cli/issues",
|
||||
"source": "https://github.com/wp-cli/wp-cli"
|
||||
},
|
||||
"time": "2023-06-03T08:07:34+00:00"
|
||||
"time": "2023-06-05T06:55:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "wp-cli/wp-config-transformer",
|
||||
|
@ -6922,7 +6921,6 @@
|
|||
"aliases": [],
|
||||
"minimum-stability": "dev",
|
||||
"stability-flags": {
|
||||
"wp-cli/wp-cli": 20,
|
||||
"roave/security-advisories": 20
|
||||
},
|
||||
"prefer-stable": true,
|
||||
|
|
|
@ -79,6 +79,7 @@ fi
|
|||
|
||||
# move phar
|
||||
mv ../wp-cli.phar usr/bin/wp
|
||||
chmod +x usr/bin/wp
|
||||
|
||||
# get version
|
||||
WPCLI_VER="$(usr/bin/wp cli version | cut -d " " -f 2)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue