We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234c279 commit 143bbd9Copy full SHA for 143bbd9
composer.json
@@ -18,7 +18,7 @@
18
"ergebnis/composer-normalize": "^2.0",
19
"friendsofphp/php-cs-fixer": "^3.0",
20
"phpstan/phpstan": "^1.0",
21
- "phpunit/phpunit": "^11.0",
+ "phpunit/phpunit": "^10.0",
22
"phpspec/prophecy-phpunit": "^2.0"
23
},
24
"extra": {
phpstan.neon
@@ -1,2 +1,4 @@
1
parameters:
2
level: max
3
+ paths:
4
+ - lib
0 commit comments