diff options
| author | Daniel Weipert <git@mail.dweipert.de> | 2026-04-10 13:37:26 +0200 |
|---|---|---|
| committer | Daniel Weipert <git@mail.dweipert.de> | 2026-04-10 13:41:14 +0200 |
| commit | 99006cd6370f0502693f3fa9e3c20c83c02b364f (patch) | |
| tree | 911c34cd93444f37f4781208020853bae9c42b7a /composer.json | |
| parent | 6929089fea7cf79ae5ca9e05486ba33b0e5b216d (diff) | |
switch routing to attributes
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 5a1178e..2b51506 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,8 @@ "psr/log": "^3.0", "symfony/dotenv": "^7.3", "symfony/http-foundation": "^7.3", - "symfony/routing": "^7.3" + "symfony/routing": "^7.3", + "symfony/config": "^8.0" }, "require-dev": { "guzzlehttp/guzzle": "^7.9", |
