mirror of
https://ghproxy.net/https://github.com/wp-cli/wp-cli-bundle.git
synced 2025-10-04 05:03:29 +08:00
Unlock framework version again
This commit is contained in:
parent
d639a3dab6
commit
44e61272f9
2 changed files with 11 additions and 9 deletions
|
@ -26,6 +26,7 @@
|
|||
"wp-cli/maintenance-mode-command": "^2",
|
||||
"wp-cli/media-command": "^2",
|
||||
"wp-cli/package-command": "^2.1",
|
||||
"wp-cli/process": "5.9.99",
|
||||
"wp-cli/rewrite-command": "^2",
|
||||
"wp-cli/role-command": "^2",
|
||||
"wp-cli/scaffold-command": "^2",
|
||||
|
@ -34,8 +35,7 @@
|
|||
"wp-cli/shell-command": "^2",
|
||||
"wp-cli/super-admin-command": "^2",
|
||||
"wp-cli/widget-command": "^2",
|
||||
"wp-cli/wp-cli": "^2.12",
|
||||
"wp-cli/process": "5.9.99"
|
||||
"wp-cli/wp-cli": "dev-main"
|
||||
},
|
||||
"require-dev": {
|
||||
"roave/security-advisories": "dev-latest",
|
||||
|
|
16
composer.lock
generated
16
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": "3fc01885a9620d195413addf5e6603f9",
|
||||
"content-hash": "be1f1aecd788c2398ce53b5389e34409",
|
||||
"packages": [
|
||||
{
|
||||
"name": "composer/ca-bundle",
|
||||
|
@ -3655,16 +3655,16 @@
|
|||
},
|
||||
{
|
||||
"name": "wp-cli/wp-cli",
|
||||
"version": "v2.12.0",
|
||||
"version": "dev-main",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/wp-cli/wp-cli.git",
|
||||
"reference": "03d30d4138d12b4bffd8b507b82e56e129e0523f"
|
||||
"reference": "f436ebdfb8691e2152f88f5d2995b315bd7f9a46"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/03d30d4138d12b4bffd8b507b82e56e129e0523f",
|
||||
"reference": "03d30d4138d12b4bffd8b507b82e56e129e0523f",
|
||||
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/f436ebdfb8691e2152f88f5d2995b315bd7f9a46",
|
||||
"reference": "f436ebdfb8691e2152f88f5d2995b315bd7f9a46",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3686,6 +3686,7 @@
|
|||
"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"
|
||||
|
@ -3720,7 +3721,7 @@
|
|||
"issues": "https://github.com/wp-cli/wp-cli/issues",
|
||||
"source": "https://github.com/wp-cli/wp-cli"
|
||||
},
|
||||
"time": "2025-05-07T01:16:12+00:00"
|
||||
"time": "2025-05-07T02:57:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "wp-cli/wp-config-transformer",
|
||||
|
@ -7522,7 +7523,8 @@
|
|||
"aliases": [],
|
||||
"minimum-stability": "dev",
|
||||
"stability-flags": {
|
||||
"roave/security-advisories": 20
|
||||
"roave/security-advisories": 20,
|
||||
"wp-cli/wp-cli": 20
|
||||
},
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue