Skip to content

Commit

Permalink
Bump minimum phpunit version
Browse files Browse the repository at this point in the history
Older versions appear not to cope with mocking methods
with union return types properly.
  • Loading branch information
acoulton committed Oct 24, 2022
1 parent 6daa93f commit 579f7d7
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 @@ -52,7 +52,7 @@
"symfony/yaml": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.5",
"phpunit/phpunit": "^9.5.25",
"mikey179/vfsstream": "^1.6.11"
},
"conflict": {
Expand Down

0 comments on commit 579f7d7

Please sign in to comment.