{
"name": "kevinlebrun/colors.php",
"description": "Colors for PHP CLI scripts",
"keywords": ["colors", "color", "console", "cli", "shell"],
"homepage": "https://github.com/kevinlebrun/colors.php",
"type": "library",
"authors": [
{
"name": "Kevin Le Brun",
"email": "[email protected]",
"homepage": "http://kevinlebrun.fr",
"role": "developer"
}
],
"license": "MIT",
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"squizlabs/php_codesniffer": "1.*",
"satooshi/php-coveralls": "1.0.*"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": { "Colors": "src/" }
}
}
|