[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
jurnal-kesmas
/
lib
/
pkp
/
lib
/
vendor
/
kevinlebrun
/
colors.php
/
[
Home
]
File: composer.json
{ "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": "lebrun.k@gmail.com", "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/" } } }