Skip to content

Commit 5a24e03

Browse files
authored
Merge pull request #61 from wojsmol/tests-to-dev
Move wp-cli/wp-cli-tests to dev dependecies and update
2 parents 234bf0c + 56382bc commit 5a24e03

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
@@ -11,11 +11,11 @@
1111
}
1212
],
1313
"require": {
14-
"wp-cli/wp-cli": "^2.5",
15-
"wp-cli/wp-cli-tests": "^3.0.2"
14+
"wp-cli/wp-cli": "^2.5"
1615
},
1716
"require-dev": {
18-
"wp-cli/entity-command": "^1.3 || ^2"
17+
"wp-cli/entity-command": "^1.3 || ^2",
18+
"wp-cli/wp-cli-tests": "3.0.11"
1919
},
2020
"config": {
2121
"process-timeout": 7200,

0 commit comments

Comments
 (0)