Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Error out if incompatible DBAL version is detected
doctrine/dbal is an optional dependency of laravel/framework, and v3 of the DBAL has been released recently, but obviously, Laravel 6 was never meant to be compatible with that version. Users still using Laravel 6 and updating their dependencies get confused and file invalid reports on the DBAL, see for instance doctrine/dbal#4439 or doctrine/dbal#4757 Fixes #24271
- Loading branch information