Skip to content

Commit

Permalink
Update doctrine/dbal requirement from ^2.6 to ^2.6 || ^3.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@v2.6.0...3.0.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 15, 2021
1 parent 1ac8f63 commit 616579e
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 @@ -15,7 +15,7 @@
"require": {
"php": ">= 7.4",
"ext-oci8": "*",
"doctrine/dbal": "^2.6"
"doctrine/dbal": "^2.6 || ^3.0"
},
"require-dev": {
"drupol/php-conventions": "^3.0",
Expand Down

0 comments on commit 616579e

Please sign in to comment.