diff options
author | Aaron Parecki <aaron@parecki.com> | 2014-05-26 08:04:29 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2014-05-26 08:04:29 -0700 |
commit | 9ff63c19ec0810d610f2d5311501ee75c9178a0f (patch) | |
tree | 7d985b4d0cc54237c89cc1228b4ab78bb65949eb /composer.json | |
parent | 9ff3e59193a9e300860c58ae1e65a4c55b0d21b0 (diff) |
specify dependencies in composer.json instead of loading in index.php
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 index c771330..196f5a9 100644 --- a/composer.json +++ b/composer.json @@ -9,5 +9,13 @@ "indieauth/client": "0.1.3", "mpratt/relativetime": ">=1.0", "firebase/php-jwt": "dev-master" + }, + "autoload": { + "files": [ + "lib/Savant.php", + "lib/config.php", + "lib/helpers.php", + "lib/markdown.php" + ] } } |