Skip to content

Commit

Permalink
Further increase PHPUnit minimum version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Oct 1, 2024
1 parent 295416b commit bba277f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"phpstan/phpstan": "^1.12.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/phpstan-strict-rules": "^1.0.0",
"phpunit/phpunit": "^11.3.0",
"phpunit/phpunit": "^11.3.3",
"squizlabs/php_codesniffer": "^3.7.0",
"woohoolabs/coding-standard": "^2.4.0",
"woohoolabs/releaser": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
displayDetailsOnTestsThatTriggerErrors="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerWarnings="true">
<coverage includeUncoveredFiles="false">
<include>
<directory suffix=".php">src</directory>
</include>
<coverage includeUncoveredFiles="true">
</coverage>
<testsuites>
<testsuite name="WoohooLabs\\Harmony Tests">
Expand Down

0 comments on commit bba277f

Please sign in to comment.