extension('framework', [ 'router' => null, ]); if ($containerConfigurator->env() === 'prod') { $containerConfigurator->extension('framework', [ 'router' => [ 'strict_requirements' => null, ], ]); } };