fortrabbit / craft-copy

Deployment tools for Craft on fortrabbit
https://www.fortrabbit.com
MIT License
73 stars 8 forks source link

Investigate if order in allow-plugins matters #142

Closed ostark closed 1 year ago

ostark commented 2 years ago

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
},