Skip to content

Commit 4a018d5

Browse files
authored
Merge pull request #286 from wp-cli/fix/use-version-range-for-tests-dependency
Use version range for `wp-cli/wp-cli-tests` dependency
2 parents ba77d1b + d288a16 commit 4a018d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require-dev": {
2424
"wp-cli/entity-command": "^1.3 || ^2",
2525
"wp-cli/scaffold-command": "^1.2 || ^2",
26-
"wp-cli/wp-cli-tests": "3.0.11"
26+
"wp-cli/wp-cli-tests": "^3.0.11"
2727
},
2828
"config": {
2929
"process-timeout": 7200,

0 commit comments

Comments
 (0)