{
"name": "net_bazzline/php_component_cli_readline",
"description": "free as in freedom php component to easy up usage of php readline implementation in php 5.3 and above",
"keywords": [
"php",
"bazzline",
"psr",
"psr-4",
"component",
"free as in freedom",
"lgpl",
"readline",
"cli",
"console",
"unix",
"autocomplete"
],
"type": "library",
"minimum-stability": "dev",
"require": {
"net_bazzline/php_component_generic_agreement": "1.0.*",
"net_bazzline/php_component_cli_arguments": "1.4.*",
"php": ">=5.6"
},
"require-dev": {
"mockery/mockery": "0.9.4",
"phpunit/phpunit": "^5.7"
},
"license": "LGPL-3.0",
"authors": [
{
"name": "Stev Leibelt",
"email": "artodeto@bazzline.net",
"homepage": "https://artodeto.bazzline.net",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Net\\Bazzline\\Component\\Cli\\Readline\\": "source/"
}
},
"autoload-dev": {
"psr-4": {
"Test\\Net\\Bazzline\\Component\\Cli\\Readline\\": "test/"
}
}
}
|