2.0.0
- Laravel 7.0 support thanks to @chewbakartik! #95
Breaking changes
You will need to update your migration files.
Doctrine\Schema\Schema
->Doctrine\DBAL\Schema\Schema
Doctrine\DBAL\Migrations\AbstractMigration
->Doctrine\Migrations\AbstractMigration
up
anddown
methods needs thevoid
return type.