Created
March 19, 2011 11:34
-
-
Save tumf/877418 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
pear channel-discover pear.pdepend.org | |
pear channel-discover pear.phpmd.org | |
pear channel-discover pear.phpunit.de | |
pear channel-discover components.ez.no | |
pear channel-discover pear.symfony-project.com | |
pear install --alldeps pdepend/PHP_Depend | |
pear install --alldeps phpmd/PHP_PMD | |
pear install --alldeps phpunit/phpcpd | |
pear install --alldeps phpunit/phploc | |
pear install --alldeps PHPDocumentor | |
pear install --alldeps PHP_CodeSniffer | |
pear install --alldeps phpunit/PHP_CodeBrowser | |
pear install --alldeps phpunit/PHPUnit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment