Cannot update to laravel 5.6
iamoverit opened this issue · 0 comments
iamoverit commented
cause of TwigBridge require
"twig/twig": "~1.30",
is resolved by twig/twig v1.35.4 that have require-dev
"symfony/debug": "^2.7",
is can be only resolved by symfony/debug v3.4.15 that have require-dev
but laravel/framework ^5.6 require
"symfony/console": "~4.0",
and symfony/console above v4.0 require
"symfony/debug": "~4.0",
so here ve have a versions conflict
how can I solve this?