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 6c207da + ad12460 commit 4fed9eeCopy full SHA for 4fed9ee
composer.json
@@ -16,17 +16,17 @@
16
"wp-cli/wp-cli": "^2"
17
},
18
"require-dev": {
19
- "wp-cli/entity-command": "^1.3",
20
- "wp-cli/scaffold-command": "^1.2",
21
- "wp-cli/wp-cli-tests": "^0"
+ "wp-cli/entity-command": "^1.3 || ^2",
+ "wp-cli/scaffold-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