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.
1 parent 6224aa8 commit 1fcff5aCopy full SHA for 1fcff5a
composer.json
@@ -12,13 +12,13 @@
12
}
13
],
14
"require": {
15
- "wp-cli/wp-cli": "^2",
16
- "composer/semver": "^1.4"
+ "composer/semver": "^1.4",
+ "wp-cli/wp-cli": "^2"
17
},
18
"require-dev": {
19
- "wp-cli/wp-cli-tests": "^0",
+ "wp-cli/entity-command": "^1.3",
20
"wp-cli/scaffold-command": "^1.2",
21
- "wp-cli/entity-command": "^1.3"
+ "wp-cli/wp-cli-tests": "^0"
22
23
"config": {
24
"sort-packages": true
0 commit comments