Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Aug 5, 2018
1 parent a463dd2 commit feccd77
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 @@ -16,16 +16,16 @@
"wp-cli/wp-cli": "^2"
},
"require-dev": {
"wp-cli/wp-cli-tests": "^0",
"wp-cli/scaffold-command": "^1.2"
"wp-cli/scaffold-command": "^1 || ^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 feccd77

Please sign in to comment.