Skip to content
Discussion options

You must be logged in to vote

Hey @k-wiese I am not aware of such package carbonphp/carbon-doctrine-types.

It seems one of our requirements is not compatible with the requirements of the mentioned package. It requires doctrine/dbal 4.0 while we install 3.0, AFAIK is also the version Laravel uses: https://github.com/laravel/framework/blob/484e9c2c78637e3484681d7569a0e3f878dcd594/composer.json#L98

As I understand, 4.0 still in development, at least from branch readme: https://github.com/doctrine/dbal/tree/4.0.x

You can probably work around it by setting your composer.json to accept minimum-stability: dev and trying to force doctrine/dbal: ^4.0.

Alternatively use version ^2.0 of that package: https://github.com/CarbonPHP…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by k-wiese
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants