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 7dd679b commit b097a33
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Expand Up @@ -71,6 +71,12 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"infection/extension-installer": true,
"icanhazstring/composer-unused": true,
"phpro/grumphp": true,
"phpstan/extension-installer": true
}
}
}

0 comments on commit b097a33

Please sign in to comment.