Skip to content

Commit 8bb68fb

Browse files
authored
Merge pull request #13 from shadowhand/patch-1
Add support for extension-installer
2 parents 00f4845 + 27133b0 commit 8bb68fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "thecodingmachine/phpstan-safe-rule",
33
"description": "A PHPStan rule to detect safety issues. Must be used in conjunction with thecodingmachine/safe",
4-
"type": "library",
4+
"type": "phpstan-extension",
55
"license": "MIT",
66
"authors": [
77
{
@@ -37,6 +37,11 @@
3737
"extra": {
3838
"branch-alias": {
3939
"dev-master": "0.1-dev"
40+
},
41+
"phpstan": {
42+
"includes": [
43+
"phpstan-safe-rule.neon"
44+
]
4045
}
4146
},
4247
"minimum-stability": "dev",

0 commit comments

Comments
 (0)