Skip to content

Commit c342858

Browse files
authored
Merge pull request #158 from wojsmol/move-to-dev3
Move wp-cli/wp-cli-tests to dev dependecies and update
2 parents 7d9f234 + 4daca9e commit c342858

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
@@ -12,13 +12,13 @@
1212
}
1313
],
1414
"require": {
15-
"wp-cli/wp-cli": "^2.5",
16-
"wp-cli/wp-cli-tests": "^3.0.2"
15+
"wp-cli/wp-cli": "^2.5"
1716
},
1817
"require-dev": {
1918
"wp-cli/db-command": "^1.3 || ^2",
2019
"wp-cli/entity-command": "^1.3 || ^2",
21-
"wp-cli/extension-command": "^1.2 || ^2"
20+
"wp-cli/extension-command": "^1.2 || ^2",
21+
"wp-cli/wp-cli-tests": "3.0.11"
2222
},
2323
"config": {
2424
"process-timeout": 7200,

0 commit comments

Comments
 (0)