Skip to content

Commit

Permalink
Allow plugin phpstan/extension-installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Jul 11, 2022
1 parent 28a2709 commit 9b574a4
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 9b574a4

Please sign in to comment.