Skip to content

Commit ba65e86

Browse files
Copilotswissspidy
andauthored
Move wp-cli/package-command to require-dev (#846)
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Pascal Birchler <pascalb@google.com>
1 parent 852b183 commit ba65e86

File tree

2 files changed

+5319
-5318
lines changed

2 files changed

+5319
-5318
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"wp-cli/language-command": "^2",
2828
"wp-cli/maintenance-mode-command": "^2",
2929
"wp-cli/media-command": "^2",
30-
"wp-cli/package-command": "^2.1",
3130
"wp-cli/rewrite-command": "^2",
3231
"wp-cli/role-command": "^2",
3332
"wp-cli/scaffold-command": "^2",
@@ -41,10 +40,12 @@
4140
},
4241
"require-dev": {
4342
"roave/security-advisories": "dev-latest",
43+
"wp-cli/package-command": "^2.1",
4444
"wp-cli/wp-cli-tests": "^5"
4545
},
4646
"suggest": {
47-
"psy/psysh": "Enhanced `wp shell` functionality"
47+
"psy/psysh": "Enhanced `wp shell` functionality",
48+
"wp-cli/package-command": "Manage WP-CLI packages (included in Phar builds, needed for package management when using Composer-based installation)"
4849
},
4950
"config": {
5051
"allow-plugins": {

0 commit comments

Comments
 (0)