Skip to content

Commit

Permalink
Add allow-plugins to config section in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych committed Feb 10, 2022
1 parent 0f7f3c9 commit 33a910c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -58,7 +58,11 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"infection/extension-installer": true,
"composer/package-versions-deprecated": true
}
},
"repositories": [
{
Expand Down

0 comments on commit 33a910c

Please sign in to comment.