We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa958eb + 669f966 commit e6f9ae2Copy full SHA for e6f9ae2
1 file changed
composer.json
@@ -21,16 +21,16 @@
21
"wp-cli/wp-config-transformer": "^1.2.1"
22
},
23
"require-dev": {
24
- "wp-cli/db-command": "^1.3",
25
- "wp-cli/wp-cli-tests": "^0"
+ "wp-cli/db-command": "^1.3 || ^2",
+ "wp-cli/wp-cli-tests": "^2"
26
27
"config": {
28
- "sort-packages": true,
29
- "process-timeout": 7200
+ "process-timeout": 7200,
+ "sort-packages": true
30
31
"extra": {
32
"branch-alias": {
33
- "dev-master": "1.x-dev"
+ "dev-master": "2.x-dev"
34
35
"bundled": true,
36
"commands": [
0 commit comments