Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法使用 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
我已经尝试将我的 pear 首选状态更改为 beta / devel,这并没有什么不同。关于如何升级到 3.8 的任何想法?
跑
$ pear clear-cache
摆脱旧的缓存文件并重试。
如果这没有帮助,请明确使用版本号:
$ pear upgrade -f phpunit/phpunit-3.8.0
看起来 3.8 已从梨回购中删除。
http://pear.phpunit.de/