Skip to content

Commit

Permalink
Update doctrine/dbal requirement from ^3.1 to ^4.1 in /web
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@3.1.0...4.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 16, 2024
1 parent cd95f0e commit 0550c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"ext-xml": "*",
"ext-zip": "*",
"doctrine/dbal": "^3.1",
"doctrine/dbal": "^4.1",
"fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^3.0",
"guzzlehttp/guzzle": "^7.0.1",
Expand Down

0 comments on commit 0550c71

Please sign in to comment.