2019-05-08 22:04:47 +10:00
|
|
|
{
|
|
|
|
|
"name": "pointybeard/helpers-functions-cli",
|
2019-05-09 04:48:02 +00:00
|
|
|
"version": "1.0.1",
|
2019-05-08 22:04:47 +10:00
|
|
|
"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"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|