Skip to content

Commit 4991f75

Browse files
committed
Support for extension installer
1 parent cda1bcd commit 4991f75

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
@@ -4,6 +4,7 @@
44
"license": [
55
"MIT"
66
],
7+
"type": "phpstan-extension",
78
"require": {
89
"php": "~7.1",
910
"nikic/php-parser": "^4.0",
@@ -24,6 +25,11 @@
2425
"extra": {
2526
"branch-alias": {
2627
"dev-master": "0.11-dev"
28+
},
29+
"phpstan": {
30+
"includes": [
31+
"rules.neon"
32+
]
2733
}
2834
},
2935
"autoload": {

0 commit comments

Comments
 (0)