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 202d9e7 commit 3d6ca81
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,13 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"codeception/c3": true,
"infection/extension-installer": true,
"composer/package-versions-deprecated": true,
"yiisoft/config": true
}
},
"repositories": [
{
Expand Down

0 comments on commit 3d6ca81

Please sign in to comment.