Skip to content

Commit

Permalink
Composer: Register phpstan/extension-installer to allow-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Sep 8, 2022
1 parent d457d82 commit 07507c6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,10 @@
"vendor/bin/phpstan analyse src -c phpstan.neon --level 8 --no-progress"
]
},
"minimum-stability": "stable"
"minimum-stability": "stable",
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}

0 comments on commit 07507c6

Please sign in to comment.