Skip to content

Commit 3856896

Browse files
authored
Merge pull request #134 from wp-cli/fix/use-version-range-for-tests-dependency
Use version range for `wp-cli/wp-cli-tests` dependency
2 parents 259a646 + 6005662 commit 3856896

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
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"wp-cli/scaffold-command": "^1 || ^2",
21-
"wp-cli/wp-cli-tests": "3.0.11"
21+
"wp-cli/wp-cli-tests": "^3.0.11"
2222
},
2323
"config": {
2424
"process-timeout": 7200,

0 commit comments

Comments
 (0)