diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-11-13 13:37:26 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-11-20 17:30:39 +0100 |
commit | d017568a77d677e449e66d689450532a760d6f11 (patch) | |
tree | 2d386b94278f30d6fe3dc585e4be3f676b549621 /composer.json |
initial commit
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/" + } + } +} |