30 lines
624 B
JSON
30 lines
624 B
JSON
|
{
|
||
|
"name": "noccylabs/serverctl",
|
||
|
"description": "Start and stop services for development",
|
||
|
"type": "application",
|
||
|
"license": "GPL-3.0-or-later",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"NoccyLabs\\Serverctl\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Christopher Vagnetoft",
|
||
|
"email": "cvagnetoft@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"symfony/console": "^6.1",
|
||
|
"noccylabs/spinner": "^0.1.0"
|
||
|
},
|
||
|
"bin": [
|
||
|
"bin/serverctl"
|
||
|
],
|
||
|
"extra": {
|
||
|
"phar": {
|
||
|
"output": "serverctl.phar"
|
||
|
}
|
||
|
}
|
||
|
}
|