Skip to content

Commit

Permalink
Support phpstan/extension-installer (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Jan 10, 2023
1 parent 0bf243c commit 6b4aa6f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "shipmonk/phpstan-rules",
"description": "Various PHPStan rules we found useful in ShipMonk.",
"description": "Various extra strict PHPStan rules we found useful in ShipMonk.",
"license": [
"MIT"
],
"type": "phpstan-extension",
"keywords": [
"phpstan",
"static analysis"
Expand Down Expand Up @@ -42,6 +43,13 @@
},
"sort-packages": true
},
"extra": {
"phpstan": {
"includes": [
"rules.neon"
]
}
},
"scripts": {
"check": [
"@check:composer",
Expand Down

0 comments on commit 6b4aa6f

Please sign in to comment.