Closed mgerzabek closed 7 months ago
That is weird, and might be a composer bug or a limitation of its ability to find a set of packages that can be installed together.
Long story short, if you do composer require carbonphp/carbon-doctrine-types:2.0.0
first, followed by composer require flat3/lodata
then it'll work.
The line - nesbot/carbon 3.2.4 requires carbonphp/carbon-doctrine-types * -> satisfiable by carbonphp/carbon-doctrine-types[3.2.0].
shows that the requirement is satisfiable by carbonphp/carbon-doctrine-types 3.2.0
, but it's also satisfiable by 2.0.0
which the whole chain supports but it doesn't try this version.
As ever, awesome answer in record time! Thank's a lot!!!
Hi @27pchrisl !
Look's like Friday is lodata day ;-)
I started a new project with Laravel 11 but failed to require the latest lodata release with
composer require flat3/lodata
. Alsocomposer require flat3/lodata:5.33.4
failed.What can I do to make this work?