orbit/composer.json

22 lines
455 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",
2020-09-03 21:11:09 +02:00
"monolog/monolog": "^2.1",
"neitanod/forceutf8": "^2.0"
2020-08-27 00:57:01 +02:00
},
"autoload": {
"psr-4" : {
"Orbit\\" : "src/Orbit"
}
}
}