Skip to content

Commit

Permalink
fix: Fix Composer 2.2.0 error by adding allow-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Dec 25, 2021
1 parent afc28dc commit 7b0b286
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
}
},
"config": {
"allow-plugins": {
"craftcms/plugin-installer": true,
"yiisoft/yii2-composer": true
},
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
Expand Down

0 comments on commit 7b0b286

Please sign in to comment.