Skip to content

Commit b490d73

Browse files
committed
Use the caret instead of the tilde for require-dev dependencies.
1 parent 2429e22 commit b490d73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"tomzx/finder": "^0.1"
3131
},
3232
"require-dev": {
33-
"mockery/mockery": "~0.9",
34-
"phpunit/phpunit": "~4.0|~5.0"
33+
"mockery/mockery": "^0.9",
34+
"phpunit/phpunit": "^4.0|^5.0"
3535
},
3636
"bin": [
3737
"bin/php-semver-checker"

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)