如何使用composer"卸载"或"删除"插件?

Bin*_*ets 3 plugins cakephp composer-php cakephp-3.0

我在cakephp3项目中安装了一些不必要的插件,我想从我的项目中删除/卸载,我找不到任何解决方案.有人会建议我做什么吗?

How to 'Uninstall' plugin using composer, which installed by the composer in cakephp3?

Bdl*_*oul 12

composer remove packageauthor/packagename --update-with-dependencies
Run Code Online (Sandbox Code Playgroud)

你也可以修改你的composer.json来摆脱你不想要的东西并运行 composer update