Skip to content

Commit

Permalink
Update doctrine/dbal requirement from 3.6.* to 3.6.* || 4.0.*
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.6.0...4.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 3, 2024
1 parent 28da413 commit 3b6dba8
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 @@ -35,7 +35,7 @@
"require": {
"ext-pdo": "*",
"php": "^8.3|^8.4",
"doctrine/dbal": "3.6.*",
"doctrine/dbal": "3.6.* || 4.0.*",
"laravel/framework": "^11.0"
},
"require-dev": {
Expand Down

0 comments on commit 3b6dba8

Please sign in to comment.