summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
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"
+ ]
+ }
+}