Update ZF2 submoudle to latest master
[zf2.biz/galerie.git] / configs / application.config.php
index b093106..d725788 100644 (file)
@@ -6,8 +6,8 @@ return new Zend\Config\Config(array(
     'modules' => array(
         'Application',
     ),
-    'module_config' => array( 
-        'cache_config'  => false,
-        'cache_dir'     => realpath(__DIR__ . '/../data/cache'),
+    'module_manager_options' => array( 
+        'enable_config_cache' => false,
+        'cache_dir'           => realpath(__DIR__ . '/../data/cache'),
     ),
 ));