phpci/composer.json
Gabriel Baker 8502212c7c Sorted out a file only type
Sorted out some indentation
Check if array etc
Fixes for phpunit
Current working directory in phpunit
php code coverage in composer.json
2013-05-13 23:46:08 +01:00

29 lines
862 B
JSON

{
"name": "block8/phpci",
"description": "Simple continuous integration for PHP projects.",
"minimum-stability": "dev",
"type": "library",
"keywords": ["php", "phpci", "ci", "continuous", "integration", "jenkins", "travis"],
"homepage": "https://github.com/Block8/PHPCI",
"license": "BSD-2-Clause",
"authors": [
{
"name": "Dan Cryer",
"email": "dan.cryer@block8.co.uk",
"homepage": "http://www.block8.co.uk",
"role": "Developer"
}
],
"require": {
"block8/b8framework": "dev-master",
"phpunit/phpunit": "3.*",
"phpunit/php-code-coverage": "1.2.x",
"phpmd/phpmd" : "1.*",
"sebastian/phpcpd": "1.*",
"squizlabs/php_codesniffer": "1.*",
"ircmaxell/password-compat": "1.x",
"ext-yaml": "*"
}
}