Skip to content

Commit ff37103

Browse files
committed
Just use require-dev wp-cli/wp-cli:* for the mo.
1 parent 914745a commit ff37103

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
1717
"minimum-stability": "dev",
1818
"prefer-stable": true,
1919
"autoload": {
20-
"psr-4": {"": "src/"},
20+
"psr-4": {
21+
"": "src/"
22+
},
2123
"files": [ "db-command.php" ]
2224
},
23-
"require": {
24-
"wp-cli/wp-cli": ">=1.5.0"
25-
},
25+
"require": {},
2626
"require-dev": {
27-
"behat/behat": "~2.5"
27+
"behat/behat": "~2.5",
28+
"wp-cli/wp-cli": "*"
2829
},
2930
"extra": {
3031
"branch-alias": {

0 commit comments

Comments
 (0)