Skip to content

Commit 96fc827

Browse files
committed
Update dependencies
1 parent c63457f commit 96fc827

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
"wp-cli/wp-cli": "^2"
1616
},
1717
"require-dev": {
18-
"wp-cli/cache-command": "^1.0",
19-
"wp-cli/db-command": "^1.3",
20-
"wp-cli/extension-command": "^1.2",
21-
"wp-cli/media-command": "^1.1",
22-
"wp-cli/wp-cli-tests": "^0"
18+
"wp-cli/cache-command": "^1 || ^2",
19+
"wp-cli/db-command": "^1.3 || ^2",
20+
"wp-cli/extension-command": "^1.2 || ^2",
21+
"wp-cli/media-command": "^1.1 || ^2",
22+
"wp-cli/wp-cli-tests": "^2"
2323
},
2424
"config": {
25-
"sort-packages": true,
26-
"process-timeout": 7200
25+
"process-timeout": 7200,
26+
"sort-packages": true
2727
},
2828
"extra": {
2929
"branch-alias": {
30-
"dev-master": "1.x-dev"
30+
"dev-master": "2.x-dev"
3131
},
3232
"bundled": true,
3333
"commands": [

0 commit comments

Comments
 (0)