phpci/composer.json

22 lines
537 B
JSON
Raw Normal View History

2013-05-03 17:02:53 +02:00
{
"name": "block8/phpci",
"description": "Simple continuous integration for PHP projects.",
"minimum-stability": "dev",
2013-05-03 17:02:53 +02:00
"authors": [
{
"name": "Dan Cryer",
"email": "dan.cryer@block8.co.uk"
}
],
"require": {
"block8/b8framework": "dev-master",
"phpunit/phpunit": "3.*",
"phpmd/phpmd" : "1.*",
"sebastian/phpcpd": "1.*",
"squizlabs/php_codesniffer": "1.*",
2013-05-10 17:25:51 +02:00
"ircmaxell/password-compat": "1.x",
"ext-yaml": "*"
2013-05-03 17:02:53 +02:00
}
}