We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3225e commit 3f8d784Copy full SHA for 3f8d784
composer.json
@@ -36,8 +36,14 @@
36
"wp-cli/shell-command": "^2",
37
"wp-cli/super-admin-command": "^2",
38
"wp-cli/widget-command": "^2",
39
- "wp-cli/wp-cli": "dev-main"
+ "wp-cli/wp-cli": "dev-testing/cli-update as 2.13"
40
},
41
+ "repositories": [
42
+ {
43
+ "type": "vcs",
44
+ "url": "https://github.com/bgturner/wp-cli"
45
+ }
46
+ ],
47
"require-dev": {
48
"roave/security-advisories": "dev-latest",
49
"wp-cli/wp-cli-tests": "^5"
0 commit comments