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 14:39:36 +0200 |
| commit | 74a524ded12c6527745957ac219e1ca34828aa6c (patch) | |
| tree | 8dee7358b036f4d9e0730b8d89cb801caf46dff3 /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", |
