Skip to content

Commit 8c06346

Browse files
committed
Require wp-cli/scaffold-command
Fixes #178
1 parent 2204f3c commit 8c06346

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"psr-4": { "WP_CLI\\": "src" },
2121
"files": [ "scaffold-package-command.php" ]
2222
},
23-
"require": {},
23+
"require": {
24+
"wp-cli/scaffold-command": "*"
25+
},
2426
"require-dev": {
2527
"wp-cli/wp-cli": "*",
2628
"behat/behat": "~2.5"

0 commit comments

Comments
 (0)