summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorhorus2022-11-26 23:21:50 +0100
committerhorus2022-11-26 23:21:50 +0100
commit8ae270da94654e12c7b23bf93994249058ac9e2f (patch)
tree1b5ee3c29cee2a0740124992f2907ec62b039aee /composer.json
downloadhochzeit-8ae270da94654e12c7b23bf93994249058ac9e2f.tar.gz
Initial commit
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..fab641b
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,8 @@
+{
+ "require": {
+ "twig/twig": "^3.0"
+ },
+ "autoload": {
+ "files": [ "functions.php" ]
+ }
+}