Skip to content

Commit 3460f5e

Browse files
lookymanondrejmirtes
authored andcommitted
Extension installer support
1 parent 13ba569 commit 3460f5e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"name": "phpstan/phpstan-webmozart-assert",
33
"description": "PHPStan webmozart/assert extension",
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)