From: Lukas Kahwe Smith Date: Mon, 6 Aug 2012 08:34:57 +0000 (+0300) Subject: configure autoloading of the module directory X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fapplication_blanche.git;a=commitdiff_plain;h=34da29c6d01316ec755f5bc62cd04db6fa78a87e configure autoloading of the module directory --- diff --git a/composer.json b/composer.json index c652146..8c892f1 100644 --- a/composer.json +++ b/composer.json @@ -10,5 +10,8 @@ "require": { "php": ">=5.3.3", "zendframework/zendframework": "dev-master#a59928a3a37e420193939f9799ece27fb39bb84e" + }, + "autoload": { + "psr-0": { "": "module/" } } }