Skip to content

Commit 080830f

Browse files
authored
Merge pull request #70 from wojsmol/tests-to-dev
Move wp-cli/wp-cli-tests to dev dependecies and update
2 parents ccf55ed + 3b25cf0 commit 080830f

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,11 +12,11 @@
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": {
19-
"wp-cli/entity-command": "^1.3 || ^2"
18+
"wp-cli/entity-command": "^1.3 || ^2",
19+
"wp-cli/wp-cli-tests": "^3.0.11"
2020
},
2121
"config": {
2222
"process-timeout": 7200,

0 commit comments

Comments
 (0)