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 ec9408e commit 93a78efCopy full SHA for 93a78ef
composer.json
@@ -1,12 +1,18 @@
1
{
2
"name": "phpstan/phpstan-phpunit",
3
"description": "PHPUnit extensions and rules for PHPStan",
4
+ "type": "phpstan-extension",
5
"license": ["MIT"],
6
"minimum-stability": "dev",
7
"prefer-stable": true,
8
"extra": {
9
"branch-alias": {
10
"dev-master": "0.11-dev"
11
+ },
12
+ "phpstan": {
13
+ "includes": [
14
+ "extension.neon"
15
+ ]
16
}
17
},
18
"require": {
0 commit comments