Skip to content

Commit

Permalink
Merge pull request #13 from shadowhand/patch-1
Browse files Browse the repository at this point in the history
Add support for extension-installer
  • Loading branch information
moufmouf authored Jul 15, 2019
2 parents 00f4845 + 27133b0 commit 8bb68fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "thecodingmachine/phpstan-safe-rule",
"description": "A PHPStan rule to detect safety issues. Must be used in conjunction with thecodingmachine/safe",
"type": "library",
"type": "phpstan-extension",
"license": "MIT",
"authors": [
{
Expand Down Expand Up @@ -37,6 +37,11 @@
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
},
"phpstan": {
"includes": [
"phpstan-safe-rule.neon"
]
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 8bb68fb

Please sign in to comment.