gndk

Results 12 comments of gndk

Can't people just require `php-http/message-factory` on their own if they need it? You even suggested this yourself [here](https://github.com/getsentry/sentry-laravel/issues/694#issuecomment-1551027049). This seems like a much better solution than forcing the abandoned package...

Ran into the same problem, but with DBAL custom type (`private readonly SomeId $id`) , not autogenerated, id. This was for a `OneToOne` association. My fix was to replace `readonly`...