orbit/composer.json
2020-08-26 17:57:01 -05:00

21 lines
417 B
JSON

{
"name": "sumpygump/orbit",
"description": "Server for gemini protocol",
"license": "MIT",
"authors": [
{
"name": "Jansen Price",
"email": "sumpygump@tilde.tam"
}
],
"require": {
"sumpygump/qi-console": "^1.3",
"monolog/monolog": "^2.1"
},
"autoload": {
"psr-4" : {
"Orbit\\" : "src/Orbit"
}
}
}