blob: 4393981ddab906275266ab17bdf030db182def6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "dweipert/gemini-http-proxy",
"authors": [
{
"name": "Daniel Weipert",
"email": "code@drogueronin.de"
}
],
"require": {
"dweipert/gemini-foundation": "dev-main"
},
"repositories": [
{
"type": "vcs",
"url": "https://git.dweipert.de/gemini-foundation"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Dweipert\\GeminiHttpProxy\\": "src/"
}
}
}
|