Skip to content

Commit

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

Use version range for `wp-cli/wp-cli-tests` dependency
  • Loading branch information
schlessera authored May 5, 2021
2 parents 889847c + 8c33949 commit 8e2a353
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 @@ -15,7 +15,7 @@
"wp-cli/wp-cli": "^2.5"
},
"require-dev": {
"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 8e2a353

Please sign in to comment.