configure autoloading of the module directory
authorLukas Kahwe Smith <smith@pooteeweet.org>
Mon, 6 Aug 2012 08:34:57 +0000 (11:34 +0300)
committerLukas Kahwe Smith <smith@pooteeweet.org>
Mon, 6 Aug 2012 08:34:57 +0000 (11:34 +0300)
composer.json

index c652146..8c892f1 100644 (file)
@@ -10,5 +10,8 @@
     "require": {
         "php": ">=5.3.3",
         "zendframework/zendframework": "dev-master#a59928a3a37e420193939f9799ece27fb39bb84e"
+    },
+    "autoload": {
+        "psr-0": { "": "module/" }
     }
 }