/ */ return array( 'router' => array( 'routes' => array( 'imagick' => array( 'type' => 'Application\Router\Regex', 'options' => array( 'regex' => '/imagick?(/(?P.*))?', 'spec' => '/imagick/%path%', 'defaults' => array( 'controller' => 'Imagick\Controller\Index', 'action' => 'index', 'path' => null ), ), ), ), ), 'xhprof' => array( 'ignored_routes' => array('imagick') ), 'controllers' => array( 'invokables' => array( 'Imagick\Controller\Index' => 'Imagick\Controller\IndexController' ), ), );