setDefinitionCache(new Doctrine\Common\Cache\ArrayCache()); $builder->addDefinitions(__DIR__ . DS . '..' . DS . 'src' . DS . 'di.php'); $container = $builder->build(); $dispatcher = $container->get('Szurubooru\Dispatcher'); $dispatcher->run();