added module config options for dependency and installation
[zf2.biz/galerie.git] / configs / application.config.php
index d725788..3db882f 100644 (file)
@@ -9,5 +9,8 @@ return new Zend\Config\Config(array(
     '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'),
     ),
 ));