Update zf2 submoudle and Di configuration
[zf2.biz/galerie.git] / configs / application.config.php
index 90da2e6..d725788 100644 (file)
@@ -7,7 +7,7 @@ return new Zend\Config\Config(array(
         'Application',
     ),
     'module_manager_options' => array( 
-        'cache_config'  => false,
-        'cache_dir'     => realpath(__DIR__ . '/../data/cache'),
+        'enable_config_cache' => false,
+        'cache_dir'           => realpath(__DIR__ . '/../data/cache'),
     ),
 ));