From 616579ece597eda3e6412a074b89f39e63bdb0fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 16:25:24 +0000 Subject: [PATCH] Update doctrine/dbal requirement from ^2.6 to ^2.6 || ^3.0 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](https://github.com/doctrine/dbal/compare/v2.6.0...3.0.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 20034ea..3cf4e31 100644 --- a/composer.json +++ b/composer.json @@ -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",