Skip to content

Commit

Permalink
Merge pull request #246 from wp-cli/fix/use-version-range-for-tests-d…
Browse files Browse the repository at this point in the history
…ependency

Use version range for `wp-cli/wp-cli-tests` dependency
  • Loading branch information
schlessera authored May 5, 2021
2 parents 0919f6f + 07d1c8b commit 94b4fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"require-dev": {
"wp-cli/scaffold-command": "^1.2 || ^2",
"wp-cli/wp-cli-tests": "3.0.11"
"wp-cli/wp-cli-tests": "^3.0.11"
},
"config": {
"process-timeout": 7200,
Expand Down

0 comments on commit 94b4fa9

Please sign in to comment.