Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not install in Symfony 4.2 #5

Open
vegancorr opened this issue Dec 5, 2018 · 0 comments
Open

Could not install in Symfony 4.2 #5

vegancorr opened this issue Dec 5, 2018 · 0 comments

Comments

@vegancorr
Copy link

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 :

    "conflict": {
        "symfony/symfony": "*"
    },

An easy fix would be, I think replacing:
"symfony/symfony": "^3.0 | ^4.0"
with
"symfony/framework-bundle": "^3.0 | ^4.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant