Skip to content

Commit

Permalink
Support for extension installer
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed May 19, 2019
1 parent cda1bcd commit 4991f75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": [
"MIT"
],
"type": "phpstan-extension",
"require": {
"php": "~7.1",
"nikic/php-parser": "^4.0",
Expand All @@ -24,6 +25,11 @@
"extra": {
"branch-alias": {
"dev-master": "0.11-dev"
},
"phpstan": {
"includes": [
"rules.neon"
]
}
},
"autoload": {
Expand Down

0 comments on commit 4991f75

Please sign in to comment.