Skip to content

Commit

Permalink
Merge pull request #179 from wp-cli/178-require-wp-cli-scaffold-command
Browse files Browse the repository at this point in the history
Require `wp-cli/scaffold-command`
  • Loading branch information
schlessera authored Jul 24, 2018
2 parents 164662a + 8c06346 commit 6457713
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"psr-4": { "WP_CLI\\": "src" },
"files": [ "scaffold-package-command.php" ]
},
"require": {},
"require": {
"wp-cli/scaffold-command": "*"
},
"require-dev": {
"wp-cli/wp-cli": "*",
"behat/behat": "~2.5"
Expand Down

0 comments on commit 6457713

Please sign in to comment.