Update for new module event stuff and update zf2 submodule
[zf2.biz/galerie.git] / config / application.config.php
1 <?php
2 return array(
3     'modules' => array(
4         'Application',
5     ),
6     'module_listener_options' => array( 
7         'config_cache_enabled' => false,
8         'cache_dir'            => 'data/cache',
9         'module_paths' => array(
10             './module',
11             './vendor',
12         ),
13     ),
14 );