From 9ff63c19ec0810d610f2d5311501ee75c9178a0f Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Mon, 26 May 2014 08:04:29 -0700 Subject: specify dependencies in composer.json instead of loading in index.php --- composer.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'composer.json') 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" + ] } } -- cgit v1.2.3