Skip to content

Commit 45a6b7a

Browse files
authored
Merge pull request #289 from wp-cli/fix/use-version-range-for-tests-dependency
Use version range for `wp-cli/wp-cli-tests` dependency
2 parents 7b6ca41 + 7a13071 commit 45a6b7a

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
@@ -16,7 +16,7 @@
1616
},
1717
"require-dev": {
1818
"wp-cli/extension-command": "^1.2 || ^2",
19-
"wp-cli/wp-cli-tests": "3.0.11"
19+
"wp-cli/wp-cli-tests": "^3.0.11"
2020
},
2121
"config": {
2222
"process-timeout": 7200,

0 commit comments

Comments
 (0)