Skip to content

Commit

Permalink
Upgrade phpunit to a version compatible with PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Nov 24, 2024
1 parent 237f70e commit 1665271
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 @@ -25,7 +25,7 @@
"mockery/mockery": "^1.6.12",
"mikey179/vfsstream": "^1.6.12",
"squizlabs/php_codesniffer": "^3.10",
"phpunit/phpunit": "^9.5.10"
"phpunit/phpunit": "^9.6.21"
},
"suggest": {
"ext-mbstring": "If ext-mbstring is not available you MUST install symfony/polyfill-mbstring"
Expand Down

0 comments on commit 1665271

Please sign in to comment.