X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=configs%2Fapplication.config.php;h=b7161910c0945432717a3828a21ce992e5ac3ef9;hb=07f9a36fe6140f21229a07b3f1342edbe7cd8da1;hp=873c275cbbc83fba3fb5274aacae0a13678414fe;hpb=c98ce242fea38efa5abfa940202b55747fbed7a9;p=zf2.biz%2Fgalerie.git diff --git a/configs/application.config.php b/configs/application.config.php index 873c275..b716191 100644 --- a/configs/application.config.php +++ b/configs/application.config.php @@ -2,15 +2,13 @@ return array( 'module_paths' => 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'), ), );