Skip to content

Commit 6b4aa6f

Browse files
authored
Support phpstan/extension-installer (#72)
1 parent 0bf243c commit 6b4aa6f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "shipmonk/phpstan-rules",
3-
"description": "Various PHPStan rules we found useful in ShipMonk.",
3+
"description": "Various extra strict PHPStan rules we found useful in ShipMonk.",
44
"license": [
55
"MIT"
66
],
7+
"type": "phpstan-extension",
78
"keywords": [
89
"phpstan",
910
"static analysis"
@@ -42,6 +43,13 @@
4243
},
4344
"sort-packages": true
4445
},
46+
"extra": {
47+
"phpstan": {
48+
"includes": [
49+
"rules.neon"
50+
]
51+
}
52+
},
4553
"scripts": {
4654
"check": [
4755
"@check:composer",

0 commit comments

Comments
 (0)