我无法使用Pear将PHPUnit从3.7升级到3.8。以下内容:
pear install --alldeps phpunit/PHPUnit
返回
phpunit/PHPUnit is already installed and is the same as the released version 3.7.19
我已经尝试将我的梨首选状态更改为beta / devel,这没有任何区别。关于如何升级到3.8的任何想法?
答案 0 :(得分:2)
运行
$ pear clear-cache
删除旧的缓存文件,然后重试。
如果这没有帮助,请明确使用版本号:
$ pear upgrade -f phpunit/phpunit-3.8.0
答案 1 :(得分:1)
看起来3.8已从梨回购中移除。