Skip to content

Commit

Permalink
allow executing some composer plugins in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kpicaza committed Jul 25, 2022
1 parent ba8e375 commit e6e5350
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Expand Up @@ -65,7 +65,13 @@
"infection": "XDEBUG_MODE=coverage roave-infection-static-analysis-plugin"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"infection/extension-installer": true,
"icanhazstring/composer-unused": true,
"phpro/grumphp": true,
"phpstan/extension-installer": true
}
},
"extra": {
"laminas": {
Expand Down

0 comments on commit e6e5350

Please sign in to comment.