{ "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": { "block8/b8framework" : "1.*", "ircmaxell/password-compat": "1.*", "swiftmailer/swiftmailer" : "5.0.*", "symfony/yaml" : "2.*", "symfony/console" : "2.*", "psr/log": "1.0.0", "monolog/monolog": "1.6.0", "pimple/pimple": "1.1.*" }, "suggest": { "phpunit/phpunit": "PHP unit testing framework", "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" } }