summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-11-12 11:16:56 +0100
committerDaniel Weipert <code@drogueronin.de>2023-11-20 17:30:04 +0100
commit6df3d321d9b67c4541f50158b087d37c4b22e886 (patch)
tree06031988bb4b957b76f051af366ced448a48545f /composer.json
initial commit
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..57b3f64
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,18 @@
+{
+ "name": "dweipert/gemini-foundation",
+ "authors": [
+ {
+ "name": "Daniel Weipert",
+ "email": "code@drogueronin.de"
+ }
+ ],
+ "require": {},
+ "autoload": {
+ "psr-4": {
+ "GeminiFoundation\\": "src/"
+ },
+ "files": [
+ "src/functions.php"
+ ]
+ }
+}