{ "name" : "block8/phpci", "description" : "Simple continuous integration for PHP projects.", "minimum-stability": "stable", "type" : "library", "keywords" : ["php", "phpci", "ci", "continuous", "integration", "testing", "phpunit", "continuous integration", "jenkins", "travis"], "homepage" : "http://www.phptesting.org/", "license" : "BSD-2-Clause", "authors": [ { "name" : "Dan Cryer", "email" : "dan.cryer@block8.co.uk", "homepage": "http://www.block8.co.uk", "role" : "Developer" } ], "support": { "email" : "hello+phpci@block8.co.uk", "issues": "https://github.com/Block8/PHPCI/issues", "source": "https://github.com/Block8/PHPCI" }, "require": { "php": ">=5.3.3", "ext-mcrypt": "*", "ext-pdo": "*", "ext-pdo_mysql": "*", "block8/b8framework" : "~1.1", "ircmaxell/password-compat": "~1.0", "swiftmailer/swiftmailer" : "~5.0", "symfony/yaml" : "~2.1", "symfony/console" : "~2.1", "psr/log": "~1.0", "monolog/monolog": "~1.6", "pimple/pimple": "~1.1" }, "require-dev": { "phpunit/phpunit": "~3.7", "phpspec/prophecy-phpunit": "~1.0" }, "suggest": { "phpmd/phpmd": "PHP Mess Detector", "sebastian/phpcpd": "PHP Copy/Paste Detector", "squizlabs/php_codesniffer": "PHP Code Sniffer", "phpspec/phpspec": "PHP Spec", "fabpot/php-cs-fixer": "PHP Code Sniffer Fixer", "phploc/phploc": "PHP Lines of Code", "atoum/atoum": "Atoum", "jakub-onderka/php-parallel-lint": "Parallel Linting Tool", "behat/behat": "Behat BDD Testing" } }