2019-05-08 22:04:47 +10:00
|
|
|
{
|
|
|
|
|
"name": "pointybeard/helpers-functions-cli",
|
2019-05-24 14:02:21 +10:00
|
|
|
"version": "1.1.4",
|
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": {
|
2019-05-20 22:16:21 +10:00
|
|
|
"php": ">=7.2",
|
2019-05-24 13:18:04 +10:00
|
|
|
"pointybeard/helpers-cli-input": "~1",
|
|
|
|
|
"pointybeard/helpers-cli-colour": "~1",
|
2019-05-23 17:11:59 +10:00
|
|
|
"pointybeard/helpers-functions-strings": "~1.1",
|
2019-05-24 13:18:04 +10:00
|
|
|
"pointybeard/helpers-functions-flags": "~1"
|
2019-05-08 22:04:47 +10:00
|
|
|
},
|
|
|
|
|
"require-dev": {
|
2019-05-20 22:16:21 +10:00
|
|
|
"phpunit/phpunit": "^8"
|
2019-05-08 22:04:47 +10:00
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|