Migrations 3.3.0
New Features
Migrator::runMany()
was added. This method complementsMigrator::run()
and allows you to run migrations for multiple connections, plugins and sources at once. Added by @pabloelcolombiano in #522
What's Changed
- Update composer.json by @dereuromark in #521
- Fix prefer-minimum tests by @othercorey in #523
Full Changelog: 3.2.0...3.3.0