Skip to content

Commit

Permalink
Extension installer support
Browse files Browse the repository at this point in the history
  • Loading branch information
lookyman authored and ondrejmirtes committed May 10, 2019
1 parent 87a359e commit 77f160a
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
@@ -1,12 +1,18 @@
{
"name": "phpstan/phpstan-dibi",
"description": "Dibi class reflection extension for PHPStan",
"type": "phpstan-extension",
"license": ["MIT"],
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "0.11-dev"
},
"phpstan": {
"includes": [
"extension.neon"
]
}
},
"require": {
Expand Down

0 comments on commit 77f160a

Please sign in to comment.