Closed MightyPork closed 3 months ago
Hi I tried reproducing this myself but could not, could you please provide me a repository showing this? I'm gonna close this one for now but feel free to react.
I'll try but it's a huge company project so that can be difficult to repro on its own
Is it supposed to work then?
It should, though illuminate/collections is just a split from laravel/framework so replacing these isn't a problem normally.
I deleted vendor and now the issue does not happen anymore, must have been some corruption. Thanks for looking into it tho
I had to change the dependency to get collections to
"laravel/framework": "^11.0"
, otherwise Composer complained thatlaravel/framework
replacesilluminate/collections
.Possible I did something wrong of course.
My dependencies are:
I fixed this by adding
and putting a fork of the library in a folder with modified composer.json