diff options
| author | horus | 2022-11-26 23:21:50 +0100 |
|---|---|---|
| committer | horus | 2022-11-26 23:21:50 +0100 |
| commit | 8ae270da94654e12c7b23bf93994249058ac9e2f (patch) | |
| tree | 1b5ee3c29cee2a0740124992f2907ec62b039aee /composer.json | |
| download | hochzeit-8ae270da94654e12c7b23bf93994249058ac9e2f.tar.gz | |
Initial commit
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 8 |
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" ] + } +} |
