Skip to content

Commit

Permalink
Merge pull request #9 from shadowhand/patch-1
Browse files Browse the repository at this point in the history
Add support for extension-installer
  • Loading branch information
samizdam authored Jul 13, 2019
2 parents c43c971 + ffa6b3f commit bd7928b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "timeweb/phpstan-enum",
"description": "Enum class reflection extension for PHPStan",
"type": "phpstan-extension",
"keywords": ["enum", "phpstan"],
"license": "MIT",
"require": {
Expand All @@ -23,5 +24,12 @@
},
"scripts": {
"test": "phpunit"
},
"extra": {
"phpstan": {
"includes": [
"extension.neon"
]
}
}
}

0 comments on commit bd7928b

Please sign in to comment.