Skip to content

Commit cd5f982

Browse files
authored
Merge pull request #314 from wojsmol/tests-to-dev
Move wp-cli/wp-cli-tests to dev dependecies and update
2 parents 209d1c5 + 65226e0 commit cd5f982

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
}
1313
],
1414
"require": {
15-
"wp-cli/wp-cli": "^2.5",
16-
"wp-cli/wp-cli-tests": "^3.0.8"
15+
"wp-cli/wp-cli": "^2.5"
1716
},
1817
"require-dev": {
1918
"wp-cli/cache-command": "^1 || ^2",
2019
"wp-cli/db-command": "^1.3 || ^2",
2120
"wp-cli/extension-command": "^1.2 || ^2",
22-
"wp-cli/media-command": "^1.1 || ^2"
21+
"wp-cli/media-command": "^1.1 || ^2",
22+
"wp-cli/wp-cli-tests": "3.0.11"
2323
},
2424
"config": {
2525
"process-timeout": 7200,

0 commit comments

Comments
 (0)