summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorhorus2021-03-15 18:24:50 +0100
committerhorus2021-03-15 18:24:50 +0100
commit3a0eafaefcfa1072aaede16ee3a69b7aa31d1372 (patch)
treeb66fc9c492ca7ca34dfe9f927f4631d284c1d985 /composer.json
parentd2dc7ccfa1c3f296e6ca5e5ef9459ab154670b70 (diff)
downloadmoehring-3a0eafaefcfa1072aaede16ee3a69b7aa31d1372.tar.gz
Autoloader
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 8d8c008..fab641b 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,8 @@
{
"require": {
"twig/twig": "^3.0"
+ },
+ "autoload": {
+ "files": [ "functions.php" ]
}
}