Skip to content

Commit 81af1a2

Browse files
authored
Update dev dependencies (#32)
1 parent 7063953 commit 81af1a2

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"phpstan/phpstan": "^2.0"
2626
},
2727
"require-dev": {
28-
"friendsofphp/php-cs-fixer": "^3.59",
29-
"infection/infection": "^0.28.0",
30-
"nikic/php-parser": "^5.3",
31-
"phpunit/phpunit": "^10.1"
28+
"friendsofphp/php-cs-fixer": "^3.84",
29+
"infection/infection": "^0.29.8",
30+
"nikic/php-parser": "^5.5",
31+
"phpunit/phpunit": "^10.5"
3232
},
3333
"autoload": {
3434
"psr-4": {

phpunit.xml.dist

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
executionOrder="random"
77
failOnWarning="true"
88
failOnRisky="true"
9+
failOnPhpunitDeprecation="true"
10+
displayDetailsOnPhpunitDeprecations="true"
11+
displayDetailsOnTestsThatTriggerDeprecations="true"
912
cacheDirectory=".phpunit.cache">
1013
<coverage includeUncoveredFiles="true"/>
1114

@@ -17,7 +20,7 @@
1720

1821
<source>
1922
<include>
20-
<directory suffix=".php">./src/</directory>
23+
<directory>./src/</directory>
2124
</include>
2225
</source>
2326
</phpunit>

0 commit comments

Comments
 (0)