Skip to content

Commit

Permalink
Merge pull request #51 from wp-cli/v2-prep
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
schlessera authored Aug 5, 2018
2 parents 716cde2 + 06d71be commit 6e0b5f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"wp-cli/wp-cli": "^2"
},
"require-dev": {
"wp-cli/extension-command": "^1.2",
"wp-cli/wp-cli-tests": "^0"
"wp-cli/extension-command": "^1.2 || ^2",
"wp-cli/wp-cli-tests": "^2"
},
"config": {
"sort-packages": true,
"process-timeout": 7200
"process-timeout": 7200,
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
"dev-master": "2.x-dev"
},
"bundled": true,
"commands": [
Expand Down

0 comments on commit 6e0b5f6

Please sign in to comment.