Remove Exstension

Hi,

I recently added a new extension to my Yii2 project using composer. It is causing my small project to be almost 200MB in size. How do I remove it? Can I simply go into the vendor folder and delete it?

Thanks

Hi,

just remove it from composer.json file and then update composer, it will remove it.