Skip to content

Commit ba77d1b

Browse files
authored
Merge pull request #285 from wojsmol/tests-to-dev
Move wp-cli/wp-cli-tests to dev dependecies and update
2 parents 42bc27b + c8c4162 commit ba77d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
],
1919
"require": {
2020
"composer/semver": "^1.4 || ^2 || ^3",
21-
"wp-cli/wp-cli": "^2.5",
22-
"wp-cli/wp-cli-tests": "^3.0.7"
21+
"wp-cli/wp-cli": "^2.5"
2322
},
2423
"require-dev": {
2524
"wp-cli/entity-command": "^1.3 || ^2",
26-
"wp-cli/scaffold-command": "^1.2 || ^2"
25+
"wp-cli/scaffold-command": "^1.2 || ^2",
26+
"wp-cli/wp-cli-tests": "3.0.11"
2727
},
2828
"config": {
2929
"process-timeout": 7200,

0 commit comments

Comments
 (0)