From 0232887a2337833f57e780b4a76365b7d0e8d702 Mon Sep 17 00:00:00 2001 From: Kelt Dockins Date: Fri, 9 May 2014 21:42:40 -0500 Subject: [PATCH] making src part of namespace --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bb5662a..7b12594 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,10 @@ "app/database/migrations", "app/database/seeds", "app/tests/TestCase.php" - ] + ], + "psr-4" : { + "": "src/" + } }, "scripts": { "post-install-cmd": [