We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 149d2fe + 67ca036 commit 0e82566Copy full SHA for 0e82566
.gitignore
@@ -4,3 +4,4 @@ node_modules/
4
vendor/
5
*.zip
6
*.tar.gz
7
+composer.lock
composer.json
@@ -25,7 +25,7 @@
25
"require": {},
26
"require-dev": {
27
"behat/behat": "~2.5",
28
- "wp-cli/wp-cli": "^1.5"
+ "wp-cli/wp-cli": "*"
29
},
30
"extra": {
31
"branch-alias": {
0 commit comments