diff options
| author | horus | 2021-03-15 18:24:50 +0100 |
|---|---|---|
| committer | horus | 2021-03-15 18:24:50 +0100 |
| commit | 3a0eafaefcfa1072aaede16ee3a69b7aa31d1372 (patch) | |
| tree | b66fc9c492ca7ca34dfe9f927f4631d284c1d985 /composer.json | |
| parent | d2dc7ccfa1c3f296e6ca5e5ef9459ab154670b70 (diff) | |
| download | moehring-3a0eafaefcfa1072aaede16ee3a69b7aa31d1372.tar.gz | |
Autoloader
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 3 |
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" ] } } |
