Closed ostark closed 2 years ago
With Composer 2.2+ composer plugins need a verification https://getcomposer.org/doc/06-config.md#allow-plugins
Consider to add this config section, to avoid the prompt when installing the dependencies the first time:
"config": { "allow-plugins": { "yiisoft/yii2-composer": true, "craftcms/plugin-installer": true } },
Oh @khalwat was quicker than me! https://github.com/craftcms/craft/commit/d4c3214c120eb9f0dc796a919324925f6bab4283
With Composer 2.2+ composer plugins need a verification https://getcomposer.org/doc/06-config.md#allow-plugins
Consider to add this config section, to avoid the prompt when installing the dependencies the first time: