Skip to content

Commit c9be115

Browse files
authored
Merge pull request #315 from wp-cli/fix/use-version-range-for-tests-dependency
Use version range for `wp-cli/wp-cli-tests` dependency
2 parents cd5f982 + 06e45f3 commit c9be115

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"wp-cli/db-command": "^1.3 || ^2",
2020
"wp-cli/extension-command": "^1.2 || ^2",
2121
"wp-cli/media-command": "^1.1 || ^2",
22-
"wp-cli/wp-cli-tests": "3.0.11"
22+
"wp-cli/wp-cli-tests": "^3.0.11"
2323
},
2424
"config": {
2525
"process-timeout": 7200,

0 commit comments

Comments
 (0)