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 3b82305 commit c11e4a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Expand Up @@ -57,6 +57,11 @@
"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
}
}
}

0 comments on commit c11e4a9

Please sign in to comment.