diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..4393981 --- /dev/null +++ b/composer.json @@ -0,0 +1,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/" + } + } +} |