Skip to content

carbonphp/carbon-doctrine-types 3.1.0 conflicts with doctrine/dbal 3.7.2 #2903

Closed
@glennjacobs

Description

@glennjacobs

When trying to install another package I get the following issue...

carbonphp/carbon-doctrine-types 3.1.0 conflicts with doctrine/dbal 3.7.2

It seems that the latest version of carbonphp/carbon-doctrine-types has been updated to only support doctrine/dbal 4.0 and above. But from what I can see doctrine/dbal doesn't have a stable v4 release yet.

Should this package have its composer.json file updated to specify the carbonphp/carbon-doctrine-types version?

E.g. in composer.json

change

    "carbonphp/carbon-doctrine-types": "*",

to something like...

    "carbonphp/carbon-doctrine-types": "^2.1",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions