Skip to content

Commit 94e1515

Browse files
authored
Add configuration to PHPStan Extension Installer (#12)
refs https://github.com/phpstan/extension-installer
1 parent 7ab2492 commit 94e1515

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

+7
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,12 @@
4343
"@stan",
4444
"@tests"
4545
]
46+
},
47+
"extra": {
48+
"phpstan": {
49+
"includes": [
50+
"extension.neon"
51+
]
52+
}
4653
}
4754
}

0 commit comments

Comments
 (0)