Updated zf2 submodule and module manager option key
[zf2.biz/galerie.git] / configs / application.config.php
index 3db882f..daf929f 100644 (file)
@@ -7,10 +7,10 @@ return new Zend\Config\Config(array(
         'Application',
     ),
     'module_manager_options' => array( 
-        'enable_config_cache' => false,
-        'cache_dir'           => realpath(__DIR__ . '/../data/cache'),
-        'enable_dependency_check' => false,
-        'enable_self_installation' => false,
-        'manifest_dir' => realpath(__DIR__ . '/../data'),
+        'enable_config_cache'      => false,
+        'cache_dir'                => realpath(__DIR__ . '/../data/cache'),
+        'enable_dependency_check'  => false,
+        'enable_auto_installation' => false,
+        'manifest_dir'             => realpath(__DIR__ . '/../data'),
     ),
 ));