Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
Add support for extension-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowhand authored and finwe committed Jul 14, 2019
1 parent bea8744 commit ff96e4b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
{
"name": "finwe/phpstan-faker",
"description": "PHPStan extension for fzaninotto/Faker",
"type": "phpstan-extension",
"license": "MIT",
"authors": [
{
"name": "Matěj Humpál",
"email": "finwe@finwe.info"
}
],

"extra": {
"phpstan": {
"includes": [
"phpstan.neon"
]
}
},

"autoload": {
"psr-4": {
Expand Down

0 comments on commit ff96e4b

Please sign in to comment.