From f2788a4ed2eae7f0056ab200b8fc787ed20a32da Mon Sep 17 00:00:00 2001 From: nashe Date: Tue, 11 Aug 2015 11:59:40 +0200 Subject: Fix class autoloading Made some mistakes with my last PR: I tested that everything were working, but on the wrong branch. This commit fixes all the autoloading error that were left. --- composer.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 32602f6..fb7da92 100644 --- a/composer.json +++ b/composer.json @@ -24,8 +24,12 @@ "test": "./vendor/bin/codecept" }, "autoload": { - "psr-4": { - "": "app/classes" - } + "psr-0": { + "": "app/classes/" + }, + "files": [ + "app/lib/lib.opml.php", + "app/lib/Cache.php" + ] } } -- cgit v1.2.1