summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-01-02 20:42:01 +0100
committerDaniel Weipert <git@mail.dweipert.de>2024-01-05 12:33:59 +0100
commitb21316248572cb27ed1f504529ad6680a473022e (patch)
treef8a2f81258cae3b1d2429fb7df5a3287954b683a /composer.json
parentf621d95f89ded05a2e916c5ee363bfe75ea37482 (diff)
gemini
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index c86117f..dcdb864 100644
--- a/composer.json
+++ b/composer.json
@@ -8,12 +8,20 @@
],
"require": {
"php": "^8.0",
+ "dweipert/gemini-foundation": "dev-main",
"symfony/config": "^6.3",
"symfony/dotenv": "^6.3",
"symfony/http-foundation": "^6.3",
"symfony/routing": "^6.3",
"twig/twig": "^3.7"
},
+ "repositories": [
+ {
+ "type": "vcs",
+ "url": "https://git.dweipert.de/gemini-foundation"
+ }
+ ],
+ "minimum-stability": "dev",
"autoload": {
"psr-4": {
"App\\": "src/"