X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=configs%2Fapplication.config.php;h=b7161910c0945432717a3828a21ce992e5ac3ef9;hb=07f9a36fe6140f21229a07b3f1342edbe7cd8da1;hp=daf929f2bd822067cd4daa7541c383030c8f1434;hpb=b38a3586fd6b4b73640daf12ed4222d246823ff0;p=zf2.biz%2Fgalerie.git diff --git a/configs/application.config.php b/configs/application.config.php index daf929f..b716191 100644 --- a/configs/application.config.php +++ b/configs/application.config.php @@ -1,16 +1,14 @@ array( realpath(__DIR__ . '/../modules'), + realpath(__DIR__ . '/../vendors'), ), 'modules' => array( 'Application', ), - 'module_manager_options' => array( - 'enable_config_cache' => false, + 'module_listener_options' => array( + 'config_cache_enabled' => false, 'cache_dir' => realpath(__DIR__ . '/../data/cache'), - 'enable_dependency_check' => false, - 'enable_auto_installation' => false, - 'manifest_dir' => realpath(__DIR__ . '/../data'), ), -)); +);