Install multiple version of PHPUnit via composer
问题 I am working with ZendFramework 1.x & 2.x , unfortunately ZendFramework 1.x supports only PHPUnit 3.x & Zend Framework 2.x requires PHPUnit 4.x For this i want to install 2 versions of PHPUnit, here is the composer.json file i tried. { "repositories": [{ "type": "pear", "url": "http://pear.symfony-project.com" },{ "type": "pear", "url": "http://pear.phpunit.de" }], "require-dev": { "pear-pear.phpunit.de/PHPUnit": "3.4.*", "phpunit/phpunit": "*" } } I am getting following message. Skipped