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 ?
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 requiresdoctrine/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 ?