Skip to content

Commit

Permalink
Add WP-CLI to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarssanchez committed Feb 11, 2023
1 parent a6df2f7 commit d9efcd6
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 75 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
}
],
"require": {
"php": ">=7.0"
"php": ">=7.0",
"wp-cli/wp-cli": "*"
},
"require-dev": {
"10up/phpcs-composer": "dev-master",
Expand Down
Loading

0 comments on commit d9efcd6

Please sign in to comment.