sonata-project / SonataTimelineBundle

[Abandoned] Integrates SpyTimelineBundle into Sonata
https://docs.sonata-project.org/projects/SonataTimelineBundle
MIT License
24 stars 35 forks source link

Bundle incompatible with Symfony 4.4 #382

Closed RubixR4 closed 3 years ago

RubixR4 commented 3 years ago

When installing the bundle on a Symfony 4.4 project, there is a dependency conflict.

Doctrine requires doctrine/persistence ^2.2 whereas the timeline bundle requires doctrine/persistence ^1.3. Is there a real reason to avoid the dependancy update or is it possible the simply modify the bundle's composer.json ?

VincentLanglet commented 3 years ago

This bundle is abandoned