Closed
Description
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
Labels
No labels