Trying to update the project from Symfony 2.7 to 3.x, when i run a composer update i get dependency conflicts between the different bundles i'm using, for example:
friendsofsymfony/jsrouting-bundle 1.5.3 requires symfony/framework-bundle ~2.0
lunetics/locale-bundle 2.4.5 requires symfony/framework-bundle ^2.8|^3.0
and
symfony/framework-bundle 3.3.x-dev conflicts with symfony/symfony[v3.0.0]
is there a workaround to solve the conflicts without disabling the bundles ?
my composer.json file: https://pastebin.com/tAsij64M
You have to update :