Skip to content

Instantly share code, notes, and snippets.

@inadarei
Created May 2, 2011 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inadarei/951836 to your computer and use it in GitHub Desktop.
Save inadarei/951836 to your computer and use it in GitHub Desktop.
PEAR Dependencies for Jenkins
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 pdepend/PHP_Depend
pear install phpmd/PHP_PMD
pear install phpunit/phpcpd
pear install phpunit/phploc
pear install PHPDocumentor
pear install 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