{
"name": "net_bazzline/php_component_cli_environment",
"description": "free as in freedom command line environment for php creating lean command line executable files",
"keywords": [
"bazzline",
"php",
"component",
"free as in freedom",
"lgpl",
"lean",
"command line",
"cli",
"console",
"environment"
],
"type": "library",
"bin": [
"bin/net_bazzline_create_executable_command_line_file"
],
"require": {
"net_bazzline/php_component_cli_arguments": "1.4.*",
"net_bazzline/php_component_toolbox": ">=1.5",
"php": ">=5.3.3"
},
"license": "LGPLv3",
"authors": [
{
"name": "Stev Leibelt",
"email": "artodeto@bazzline.net",
"homepage": "https://artodeto.bazzline.net",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Net\\Bazzline\\Component\\Cli\\Environment\\": "source/"
}
}
}
|