laravel-doctrine / fluent

Fluent mapping driver for Doctrine2
http://www.laraveldoctrine.org/docs/current/fluent
MIT License
43 stars 22 forks source link

Update doctrine/persistence dependency #80

Closed gordinskiy closed 10 months ago

gordinskiy commented 10 months ago

As mentioned in https://github.com/laravel-doctrine/fluent/issues/79 this package blocking update to Laravel 10 and laravel-doctrine/orm 2.0 versions. Tried this on on my projects and looks like update doctrine/persistence to 3.0 not break anything for me.

eigan commented 10 months ago

Thanks @gordinskiy !