Skip to content

Commit 57cc449

Browse files
committed
Include wp-cli/process as a replacement
1 parent 6b4700b commit 57cc449

File tree

2 files changed

+62
-64
lines changed

2 files changed

+62
-64
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
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-
],
1610
"require": {
1711
"php": ">=5.6",
1812
"wp-cli/cache-command": "^2",
@@ -41,7 +35,7 @@
4135
"wp-cli/super-admin-command": "^2",
4236
"wp-cli/widget-command": "^2",
4337
"wp-cli/wp-cli": "dev-main",
44-
"symfony/process": "5.9.99"
38+
"wp-cli/process": "5.9.99"
4539
},
4640
"require-dev": {
4741
"roave/security-advisories": "dev-latest",

composer.lock

Lines changed: 61 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)