doctrine / migrations

Doctrine Database Migrations Library
https://www.doctrine-project.org/projects/migrations.html
MIT License
4.65k stars 386 forks source link

Updated documentation for config-cli.php file according to v3.7.x #1378

Closed baktify closed 8 months ago

baktify commented 8 months ago
Q A
Type improvement
BC Break yes
Fixed issues 3

Summary

  1. Changed deprecated Setup class to ORMSetup.
  2. Added Connection::getConnection() in order to be sent to EntityManager.
  3. Added PhpFile class to the imports.
greg0ire commented 8 months ago

Thanks @baktify !