Skip to content

Commit

Permalink
Add conflict with doctrine/dbal 3
Browse files Browse the repository at this point in the history
doctrine/dbal is an optional dependency of laravel/framework, and v3 of
the DBAL has been released recently, but obviously, Laravel 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
greg0ire committed Aug 25, 2021
1 parent e18f414 commit 3599fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"illuminate/view": "self.version"
},
"conflict": {
"doctrine/dbal": ">=3.0",
"tightenco/collect": "<5.5.33"
},
"require-dev": {
Expand Down

0 comments on commit 3599fe0

Please sign in to comment.