- Use middleware instead of listener
- Require doctrine/dbal >= 3.2
- Require symfony >= 6.x
- Drop compatibility workaround for PostgreSQL 10 on PHP 5.x
- Require doctrine/dbal >= 2.7 (for proper upstream PostgreSQL >= 10 support)
- Support doctrine/dbal 3.x
- Fix errors on DSN-style (e.g.
url: pgsql://host:port/dbname
) connection configurations