diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
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/" |