Skip to content

Commit

Permalink
Update doctrine/dbal requirement from ^2.4 to ^3.1
Browse files Browse the repository at this point in the history
Updates the requirements on [doctrine/dbal](https://github.com/doctrine/dbal) to permit the latest version.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](doctrine/dbal@v2.4.0...3.1.0)

---
updated-dependencies:
- dependency-name: doctrine/dbal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and othillo committed Jun 24, 2021
1 parent 9ffea37 commit 9f18ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": ">=7.2",
"broadway/broadway": "^2.3.1",
"doctrine/dbal": "^2.4"
"doctrine/dbal": "^3.1"
},
"authors": [
{
Expand Down

0 comments on commit 9f18ebc

Please sign in to comment.