Skip to content

Commit 93a78ef

Browse files
lookymanondrejmirtes
authored andcommitted
Extension installer support
1 parent ec9408e commit 93a78ef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"name": "phpstan/phpstan-phpunit",
33
"description": "PHPUnit extensions and rules for PHPStan",
4+
"type": "phpstan-extension",
45
"license": ["MIT"],
56
"minimum-stability": "dev",
67
"prefer-stable": true,
78
"extra": {
89
"branch-alias": {
910
"dev-master": "0.11-dev"
11+
},
12+
"phpstan": {
13+
"includes": [
14+
"extension.neon"
15+
]
1016
}
1117
},
1218
"require": {

0 commit comments

Comments
 (0)