We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab0d185 + e27e8ed commit 884ddecCopy full SHA for 884ddec
composer.json
@@ -15,18 +15,18 @@
15
"wp-cli/wp-cli": "^2"
16
},
17
"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"
+ "wp-cli/db-command": "^1.3 || ^2",
+ "wp-cli/entity-command": "^1.3 || ^2",
+ "wp-cli/extension-command": "^1.2 || ^2",
+ "wp-cli/wp-cli-tests": "^2"
22
23
"config": {
24
- "sort-packages": true,
25
- "process-timeout": 7200
+ "process-timeout": 7200,
+ "sort-packages": true
26
27
"extra": {
28
"branch-alias": {
29
- "dev-master": "1.x-dev"
+ "dev-master": "2.x-dev"
30
31
"bundled": true,
32
"commands": [
0 commit comments