Skip to content

Commit bc6eca7

Browse files
committed
Support phpstan/extension-installer
1 parent 40bb2b5 commit bc6eca7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,12 @@
1212
"psr-4": {
1313
"Ticketswap\\PhpstanErrorFormatter\\": "src/"
1414
}
15+
},
16+
"extra": {
17+
"phpstan": {
18+
"includes": [
19+
"extension.neon"
20+
]
21+
}
1522
}
1623
}

0 commit comments

Comments
 (0)