symfony-cmf / routing-bundle

Symfony bundle to provide the CMF chain router to handle multiple routers, and the dynamic router to load routes from a database or other sources.
160 stars 78 forks source link

add dependencies for a clean install #395

Closed ElectricMaxxx closed 7 years ago

ElectricMaxxx commented 7 years ago

I try to get a valid dependency situation, for installing routing bundle on its own with symfony >= 3.3

ElectricMaxxx commented 7 years ago

Having https://github.com/symfony/recipes-contrib/pull/91#issuecomment-331666757 in mind sounds like we have to many dependencies for doing nothing, means for no configuration. It also means that i diddn't got it working without:

framework:
    templating: { engines: ['twig'] }

the chain of dependencies is: validator -> templating -> framework configuration -> assets -> twig-bundle

ElectricMaxxx commented 7 years ago

We should not add it we should replace it.