diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-08-15 15:47:27 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-08-15 15:47:27 +0200 |
commit | a0ad1f5e7fac279b33ea09ca0e347cd7d02cd8ec (patch) | |
tree | 15363be13084bd61b386cf817212096089ea508f /composer.json | |
parent | c135fcf9041c604b32827a1cb027010bca5915ab (diff) |
keys and sync endpoint setup
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 ab896e9..48ff46e 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,8 @@ "require": { "symfony/dotenv": "^7.3", "symfony/http-foundation": "^7.3", - "symfony/routing": "^7.3" + "symfony/routing": "^7.3", + "symfony/expression-language": "^7.3" }, "require-dev": { "guzzlehttp/guzzle": "^7.9", |