orbit/composer.json

21 lines
417 B
JSON
Raw Normal View History

2020-08-27 00:57:01 +02:00
{
"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"
}
}
}