Skip to content

Commit 0e82566

Browse files
authored
Merge pull request #64 from wp-cli/change-composer-setup
Change Composer setup
2 parents 149d2fe + 67ca036 commit 0e82566

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ node_modules/
44
vendor/
55
*.zip
66
*.tar.gz
7+
composer.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require": {},
2626
"require-dev": {
2727
"behat/behat": "~2.5",
28-
"wp-cli/wp-cli": "^1.5"
28+
"wp-cli/wp-cli": "*"
2929
},
3030
"extra": {
3131
"branch-alias": {

0 commit comments

Comments
 (0)