Skip to content

Commit 6b4700b

Browse files
committed
Update dependencies using hotfixed process
1 parent e95fd10 commit 6b4700b

File tree

2 files changed

+223
-133
lines changed

2 files changed

+223
-133
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
],
88
"homepage": "https://wp-cli.org",
99
"license": "MIT",
10+
"repositories": [
11+
{
12+
"type": "vcs",
13+
"url": "https://github.com/wp-cli/process"
14+
}
15+
],
1016
"require": {
1117
"php": ">=5.6",
1218
"wp-cli/cache-command": "^2",
@@ -34,7 +40,8 @@
3440
"wp-cli/shell-command": "^2",
3541
"wp-cli/super-admin-command": "^2",
3642
"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"
3845
},
3946
"require-dev": {
4047
"roave/security-advisories": "dev-latest",

0 commit comments

Comments
 (0)