Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for compatibility with DBAL 3 #1263

Merged
merged 2 commits into from
Nov 19, 2020
Merged

Commits on Nov 17, 2020

  1. Pass loggers through the constructor

    Passing them through addLogger() is deprecated and no longer works with
    DBAL 3 which we support.
    greg0ire committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    2c377e2 View commit details
    Browse the repository at this point in the history
  2. Register doctrine:database:import conditionally

    That command is built from
    Doctrine\DBAL\Tools\Console\Command\ImportCommand, which no longer
    exists in DBAL 3 (it is removed in favor of using a client application).
    greg0ire committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    b79661a View commit details
    Browse the repository at this point in the history