Skip to content

Commit

Permalink
Merge pull request #9 from Baachi/feature/extension-insaller
Browse files Browse the repository at this point in the history
Add support for extension installer
  • Loading branch information
sascha-egerer committed Jun 14, 2019
2 parents 0cbe6bf + f00288b commit bd61028
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
"name": "saschaegerer/phpstan-typo3",
"description": "TYPO3 CMS class reflection extension for PHPStan",
"license": ["MIT"],
"type": "phpstan-extension",
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
}
},
"require": {
"php": "~7.1",
"phpstan/phpstan": "^0.10",
Expand All @@ -22,5 +18,13 @@
"psr-4": {
"SaschaEgerer\\PhpstanTypo3\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
},
"phpstan": {
"includes": ["extension.neon"]
}
}
}

0 comments on commit bd61028

Please sign in to comment.