php-shell/composer.json
Christopher Vagnetoft e6f6fbe3d3 Initial commit
2016-04-13 03:19:22 +02:00

17 lines
361 B
JSON

{
"name": "noccylabs/shell",
"description": "Create interactive CLI shells",
"type": "library",
"license": "GPL-3.0",
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "noccylabs@gmail.com"
}
],
"autoload": {
"psr-4": {
"NoccyLabs\\Shell\\": "lib/"
}
}
}