You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the require from composer.json - symfony/symfony": "^3.0 | ^4.0 and the ban from symfony itself to include the whole symfony package I get the following error:
"symfony/symfony v4.2.0 conflicts with root[dev-master]."
Because of the require from composer.json -
symfony/symfony": "^3.0 | ^4.0
and the ban from symfony itself to include the whole symfony package I get the following error:"symfony/symfony v4.2.0 conflicts with root[dev-master]."
composer.json from Symfony 4 - commit :
An easy fix would be, I think replacing:
"symfony/symfony": "^3.0 | ^4.0"
with
"symfony/framework-bundle": "^3.0 | ^4.0"
The text was updated successfully, but these errors were encountered: