Skip to content

Commit

Permalink
Merge pull request #64 from wp-cli/change-composer-setup
Browse files Browse the repository at this point in the history
Change Composer setup
  • Loading branch information
miya0001 committed Jan 30, 2018
2 parents 149d2fe + 67ca036 commit 0e82566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@ node_modules/
vendor/
*.zip
*.tar.gz
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -25,7 +25,7 @@
"require": {},
"require-dev": {
"behat/behat": "~2.5",
"wp-cli/wp-cli": "^1.5"
"wp-cli/wp-cli": "*"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 0e82566

Please sign in to comment.