laravel-doctrine / extensions

Extensions integration for Doctrine2 and Laravel
http://laraveldoctrine.org/
MIT License
48 stars 24 forks source link

Add support for Laravel 8 #50

Closed martio closed 3 years ago

martio commented 3 years ago

Hi! Please support for Laravel ver. 8.x 👍

eigan commented 3 years ago

1.3.0 released thanks to @sojeda in #51, please try it out! :)

froccsos commented 3 years ago

Hi! I think you should check this @eigan:

requires
php: >=7.2.5
illuminate/auth: ^7.0
illuminate/config: ^7.0
illuminate/contracts: ^7.0
illuminate/http: ^7.0
illuminate/support: ^7.0
laravel-doctrine/orm: 1.6.*

From: https://packagist.org/packages/laravel-doctrine/extensions#1.3.0

eigan commented 3 years ago

Seems like I tagged before pulling after merge :man_facepalming:! Thanks for letting me know. Will fix asap.

eigan commented 3 years ago

Fixed

froccsos commented 3 years ago

Thank you!