From 3c45c132352b4468659e2f028645eaf5eb8f7f0d Mon Sep 17 00:00:00 2001 From: chrisweb Date: Tue, 10 May 2016 19:29:00 +0200 Subject: [PATCH] add compose file --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6c48dcd..101f286 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ "php": ">=5.2.11" }, "autoload": { - "psr-4": { - "Chrisweb\\": "src/" + "psr-0": { + "Chrisweb": "library" } }, "authors": [