added module config options for dependency and installation
authorMatt Cockayne <matt@zucchi.co.uk>
Mon, 10 Oct 2011 21:03:57 +0000 (22:03 +0100)
committerMatt Cockayne <matt@zucchi.co.uk>
Mon, 10 Oct 2011 21:03:57 +0000 (22:03 +0100)
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'),
     ),
 ));