Skip to content

Commit

Permalink
Fix PHPUnit version to 10.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
dfridrich committed Dec 9, 2023
1 parent e4d712b commit 7ea5b7d
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 @@ -34,7 +34,7 @@
"phpstan/extension-installer": "1.1.0",
"phpstan/phpstan-phpunit": "1.1.1",
"phpstan/phpstan": "1.8.5",
"phpunit/phpunit": "^10.0"
"phpunit/phpunit": "^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7ea5b7d

Please sign in to comment.