Skip to content

Commit e27e8ed

Browse files
committed
Update dependencies
1 parent ab0d185 commit e27e8ed

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
"wp-cli/wp-cli": "^2"
1616
},
1717
"require-dev": {
18-
"wp-cli/db-command": "^1.3",
19-
"wp-cli/entity-command": "^1.3",
20-
"wp-cli/extension-command": "^1.2",
21-
"wp-cli/wp-cli-tests": "^0"
18+
"wp-cli/db-command": "^1.3 || ^2",
19+
"wp-cli/entity-command": "^1.3 || ^2",
20+
"wp-cli/extension-command": "^1.2 || ^2",
21+
"wp-cli/wp-cli-tests": "^2"
2222
},
2323
"config": {
24-
"sort-packages": true,
25-
"process-timeout": 7200
24+
"process-timeout": 7200,
25+
"sort-packages": true
2626
},
2727
"extra": {
2828
"branch-alias": {
29-
"dev-master": "1.x-dev"
29+
"dev-master": "2.x-dev"
3030
},
3131
"bundled": true,
3232
"commands": [

0 commit comments

Comments
 (0)