Skip to content

Commit daf4cdd

Browse files
authored
[FEATURE] Add a PHPUnit-specific extension to PHPStan (MyIntervals#444)
This enables PHPStan to understand certain PHPUnit-specific constructs.
1 parent 83ccf6e commit daf4cdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
},
2929
"require-dev": {
3030
"codacy/coverage": "^1.4.3",
31+
"phpstan/extension-installer": "^1.3.1",
3132
"phpstan/phpstan": "^1.10.57",
33+
"phpstan/phpstan-phpunit": "^1.3.15",
3234
"phpunit/phpunit": "^8.5.36"
3335
},
3436
"suggest": {

0 commit comments

Comments
 (0)