rhumsaa / jenkins-php
This package is abandoned and no longer maintained.
The author suggests using the ramsey/jenkins-php package instead.
A meta package for the PHP Quality Assurance Toolchain tools required by the Template for Jenkins Jobs for PHP Projects, http://jenkins-php.org/
3.0.0
2015-03-20 15:50 UTC
Requires
- ext-xsl: *
- mayflower/php-codebrowser: ~1.1
- pdepend/pdepend: ~2.0
- phpdocumentor/phpdocumentor: ~2.8
- phploc/phploc: ~2.1
- phpmd/phpmd: ~2.2
- phpunit/phpunit: ~4.5
- sebastian/phpcpd: ~2.0
- squizlabs/php_codesniffer: ~2.3
- theseer/phpdox: ~0.7
This package is not auto-updated.
Last update: 2022-02-01 12:28:28 UTC
README
This is a meta package for Composer that provides the PHP Quality Assurance Toolchain tools needed for the Template for Jenkins Jobs for PHP Projects. It provides the following packages:
- PHPUnit
- phpDox
- PHP_CodeSniffer
- PHP_CodeBrowser
- PHP Depend
- PHPLOC
- PHP Mess Detector
- Copy/Paste Detector (CPD) for PHP code
- phpDocumentor
I recommend including this meta package in your composer.json require-dev section:
php composer.phar require --dev ramsey/jenkins-php