craft-copy icon indicating copy to clipboard operation
craft-copy copied to clipboard

Investigate if order in allow-plugins matters

Open ostark opened this issue 2 years ago • 0 comments

composer.json

"allow-plugins": {
"craftcms/plugin-installer": true,
"fortrabbit/craft-auto-migrate": true,
"yiisoft/yii2-composer": true
},

vs

"allow-plugins": {
"craftcms/plugin-installer": true,
"yiisoft/yii2-composer": true,
"fortrabbit/craft-auto-migrate": true
},

ostark avatar Jul 05 '22 13:07 ostark