phpci/composer.json

47 lines
1.6 KiB
JSON
Raw Normal View History

2013-05-03 17:02:53 +02:00
{
2013-05-22 22:43:19 +02:00
"name" : "block8/phpci",
"description" : "Simple continuous integration for PHP projects.",
"minimum-stability": "dev",
2013-05-22 22:43:19 +02:00
"type" : "library",
"keywords" : ["php", "phpci", "ci", "continuous", "integration", "testing", "phpunit", "continuous integration", "jenkins", "travis"],
"homepage" : "http://www.phptesting.org/",
"license" : "BSD-2-Clause",
2013-05-03 17:02:53 +02:00
"authors": [
{
2013-05-22 22:43:19 +02:00
"name" : "Dan Cryer",
"email" : "dan.cryer@block8.co.uk",
"homepage": "http://www.block8.co.uk",
2013-05-22 22:43:19 +02:00
"role" : "Developer"
2013-05-03 17:02:53 +02:00
}
],
"support": {
2013-05-22 22:43:19 +02:00
"email" : "hello+phpci@block8.co.uk",
"issues": "https://github.com/Block8/PHPCI/issues",
"source": "https://github.com/Block8/PHPCI"
},
2013-05-03 17:02:53 +02:00
"require": {
2013-05-22 22:43:19 +02:00
"block8/b8framework" : "dev-master",
"ircmaxell/password-compat": "1.x",
"swiftmailer/swiftmailer" : "v5.0.0",
"symfony/yaml" : "2.2.x-dev",
2013-10-08 13:50:59 +02:00
"symfony/console" : "2.2.*",
"behat/behat": "*"
},
"suggest": {
2013-10-08 13:50:59 +02:00
"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"
2013-05-03 17:02:53 +02:00
}
}