Skip to content

Could not install in Symfony 4.2 #5

@vegancorr

Description

@vegancorr

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions