Skip to content

Commit bbc05d8

Browse files
lookymanondrejmirtes
authored andcommitted
Extension installer support
1 parent c6fc1c9 commit bbc05d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"name": "phpstan/phpstan-beberlei-assert",
33
"description": "PHPStan beberlei/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)