删除不需要的zf2模块

时间:2016-01-30 17:29:14

标签: zend-framework2 composer-php

如何删除zend framework 2模块,我首先错误地安装了zfcuser模块。

我使用命令安装:

php composer.phar require zf-commons/zfc-user:0.1.*

现在想通过composer删除它,如何实现它。

谢谢,

1 个答案:

答案 0 :(得分:2)

使用remove命令:

$ composer remove zf-commons/zfc-user