Skip to content

Commit 425d702

Browse files
authored
Merge pull request #62 from wp-cli/fix/use-version-range-for-tests-dependency
Use version range for `wp-cli/wp-cli-tests` dependency
2 parents 5a24e03 + ae8d558 commit 425d702

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
@@ -15,7 +15,7 @@
1515
},
1616
"require-dev": {
1717
"wp-cli/entity-command": "^1.3 || ^2",
18-
"wp-cli/wp-cli-tests": "3.0.11"
18+
"wp-cli/wp-cli-tests": "^3.0.11"
1919
},
2020
"config": {
2121
"process-timeout": 7200,

0 commit comments

Comments
 (0)