Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Could not install in Symfony 4.2 #5

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"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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