{ "name": "pointybeard/helpers-functions-cli", "version": "1.0.1", "description": "A collection of functions relating to the command-line", "homepage": "https://github.com/pointybeard/helpers-functions-cli", "license": "MIT", "authors": [ { "name": "Alannah Kearney", "email": "hi@alannahkearney.com", "homepage": "http://alannahkearney.com", "role": "Developer" } ], "require": { "php": ">=5.6.6" }, "require-dev": { "phpunit/phpunit": "^5", "block8/php-docblock-checker": "~1.10" }, "support": { "issues": "https://github.com/pointybeard/helpers-functions-cli/issues", "wiki": "https://github.com/pointybeard/helpers-functions-cli/wiki" }, "minimum-stability": "stable", "autoload": { "files": [ "src/Cli/Cli.php" ] } }