Skip to content

Commit

Permalink
chore: Pin phpunit to ^10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Jul 23, 2023
1 parent 5f3675d commit 9182eee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"php-coveralls/php-coveralls": "^2.5",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "1.10.3",
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^10.2",
"rector/rector": "0.15.19",
"symplify/phpstan-rules": "^11.2",
"tomasvotruba/cognitive-complexity": "^0.0.5"
Expand Down
8 changes: 5 additions & 3 deletions tests/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
testdox="true"
>
<coverage includeUncoveredFiles="false">
<include>
<directory suffix=".php">../src</directory>
</include>
<report>
<clover outputFile="../logs/clover.xml"/>
</report>
Expand All @@ -27,4 +24,9 @@
<php>
<ini name="error_reporting" value="E_ALL"/>
</php>
<source>
<include>
<directory>../src</directory>
</include>
</source>
</phpunit>

0 comments on commit 9182eee

Please sign in to comment.