laravel-doctrine/migrations

Add support for Laravel 8

martio opened this issue ยท 4 comments

Hi! Please support for Laravel ver. 8.x ๐Ÿ‘

eigan commented

2.2.0 released thanks to @sojeda in #101, please try it out! :)

Hi @eigan!

You should check this: https://packagist.org/packages/laravel-doctrine/migrations#2.2.0

requires

php: ^7.2
doctrine/migrations: ~2.2
illuminate/config: ^7.0
illuminate/console: ^7.0
illuminate/contracts: ^7.0
laravel-doctrine/orm: ^1.6
eigan commented

Sorry for this. I actually did the same mistake in laravel-doctrine/extensions#50.. ๐Ÿคฆโ€โ™‚๏ธ

Thanks for letting me know! I should test better myself.

Thank you! :)