Skip to content

Commit 0ba8358

Browse files
committed
Use "*" as required version string for wp-cli/wp-cli dependency.
This makes sure the requirements works across all versions and branches.
1 parent 6bd8313 commit 0ba8358

File tree

2 files changed

+1621
-1
lines changed

2 files changed

+1621
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"files": [ "scaffold-package-command.php" ]
2222
},
2323
"require": {
24-
"wp-cli/wp-cli": "^1.0.0"
24+
"wp-cli/wp-cli": "*"
2525
},
2626
"require-dev": {
2727
"behat/behat": "~2.5"

0 commit comments

Comments
 (0)