diff options
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" ] + } +} |
