From 6ddb79f8c17f2afece8a4b193af3ac033926c76b Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 24 Sep 2016 01:28:53 -0400 Subject: [PATCH] Update composer.json trying again with psr-4 --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3133e70..878222d 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,8 @@ "php": "4 - 5" }, "autoload": { - "files": ["bibtexbrowser.php"] + "psr-4": { + "Bibtexbrowser\Bibtexbrowser:\\": "." + } } }