summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2014-05-26 08:04:29 -0700
committerAaron Parecki <aaron@parecki.com>2014-05-26 08:04:29 -0700
commit9ff63c19ec0810d610f2d5311501ee75c9178a0f (patch)
tree7d985b4d0cc54237c89cc1228b4ab78bb65949eb /composer.json
parent9ff3e59193a9e300860c58ae1e65a4c55b0d21b0 (diff)
specify dependencies in composer.json instead of loading in index.php
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
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"
+ ]
}
}