We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95fd10 commit 6b4700bCopy full SHA for 6b4700b
composer.json
@@ -7,6 +7,12 @@
7
],
8
"homepage": "https://wp-cli.org",
9
"license": "MIT",
10
+ "repositories": [
11
+ {
12
+ "type": "vcs",
13
+ "url": "https://github.com/wp-cli/process"
14
+ }
15
+ ],
16
"require": {
17
"php": ">=5.6",
18
"wp-cli/cache-command": "^2",
@@ -34,7 +40,8 @@
34
40
"wp-cli/shell-command": "^2",
35
41
"wp-cli/super-admin-command": "^2",
36
42
"wp-cli/widget-command": "^2",
37
- "wp-cli/wp-cli": "dev-main"
43
+ "wp-cli/wp-cli": "dev-main",
44
+ "symfony/process": "5.9.99"
38
45
},
39
46
"require-dev": {
47
"roave/security-advisories": "dev-latest",
0 commit comments