Skip to content

Commit 143bbd9

Browse files
committed
Downgrade phpunit
1 parent 234c279 commit 143bbd9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ergebnis/composer-normalize": "^2.0",
1919
"friendsofphp/php-cs-fixer": "^3.0",
2020
"phpstan/phpstan": "^1.0",
21-
"phpunit/phpunit": "^11.0",
21+
"phpunit/phpunit": "^10.0",
2222
"phpspec/prophecy-phpunit": "^2.0"
2323
},
2424
"extra": {

phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
parameters:
22
level: max
3+
paths:
4+
- lib

0 commit comments

Comments
 (0)