Skip to content

Commit

Permalink
bump minimum PHPUnit version to fix PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
schlndh committed Jan 31, 2025
1 parent fb66c10 commit 94d9119
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 @@
},
"require-dev": {
"ext-mysqli": "*",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.6.22",
"squizlabs/php_codesniffer": "^3.7",
"slevomat/coding-standard": "~8.15.0",
"phpstan/phpstan-phpunit": "^2.0",
Expand Down

0 comments on commit 94d9119

Please sign in to comment.