orbit/composer.json
2020-09-06 00:43:08 -05:00

25 lines
517 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",
"neitanod/forceutf8": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4" : {
"Orbit\\" : "src/Orbit"
}
}
}