Skip to content

Commit 9378fb5

Browse files
authored
Merge pull request #112 from wp-cli/v2-prep
Update dependencies
2 parents e34c7c0 + b4c5b32 commit 9378fb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"wp-cli/wp-cli": "^2"
1616
},
1717
"require-dev": {
18-
"wp-cli/entity-command": "^1.3",
19-
"wp-cli/wp-cli-tests": "^0"
18+
"wp-cli/entity-command": "^1.3 || ^2",
19+
"wp-cli/wp-cli-tests": "^2"
2020
},
2121
"config": {
22-
"sort-packages": true,
23-
"process-timeout": 7200
22+
"process-timeout": 7200,
23+
"sort-packages": true
2424
},
2525
"extra": {
2626
"branch-alias": {
27-
"dev-master": "1.x-dev"
27+
"dev-master": "2.x-dev"
2828
},
2929
"bundled": true,
3030
"commands": [

0 commit comments

Comments
 (0)