Skip to content

Commit 23184b3

Browse files
authored
Merge pull request #185 from wojsmol/tests-to-dev
Move wp-cli/wp-cli-tests to dev dependecies and update
2 parents 8823a8e + 6e1f47c commit 23184b3

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
@@ -13,14 +13,14 @@
1313
],
1414
"require": {
1515
"composer/semver": "^1.4 || ^2 || ^3",
16-
"wp-cli/wp-cli": "^2.5",
17-
"wp-cli/wp-cli-tests": "^3.0.7"
16+
"wp-cli/wp-cli": "^2.5"
1817
},
1918
"require-dev": {
2019
"wp-cli/checksum-command": "^1 || ^2",
2120
"wp-cli/db-command": "^1.3 || ^2",
2221
"wp-cli/entity-command": "^1.3 || ^2",
23-
"wp-cli/extension-command": "^1.2 || ^2"
22+
"wp-cli/extension-command": "^1.2 || ^2",
23+
"wp-cli/wp-cli-tests": "^3.0.11"
2424
},
2525
"config": {
2626
"process-timeout": 7200,

0 commit comments

Comments
 (0)