summaryrefslogtreecommitdiff
path: root/src/composer.json
diff options
context:
space:
mode:
authorJonas Kohl2024-10-17 10:56:01 +0200
committerJonas Kohl2024-10-17 10:56:01 +0200
commitfe0f414dc0211a4014581dc03fcfd514ed7ed02d (patch)
treecd86fc00cd9b7a97eabb9668e0a39e2b4b3e5357 /src/composer.json
parente0e89b9fdbf301e0ead944636023947a67aca57d (diff)
Transition templating to Twig
Diffstat (limited to 'src/composer.json')
-rw-r--r--src/composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/composer.json b/src/composer.json
index 630c8ac..d532fc8 100644
--- a/src/composer.json
+++ b/src/composer.json
@@ -8,6 +8,7 @@
"symfony/mailer": "^7.1",
"gregwar/captcha": "^1.2",
"andig/php-shunting-yard": "dev-master",
- "php-ffmpeg/php-ffmpeg": "^1.2"
+ "php-ffmpeg/php-ffmpeg": "^1.2",
+ "twig/twig": "^3.14"
}
}