From 98e33b2fd0c12ca8901f120cf1a39d0aa5631359 Mon Sep 17 00:00:00 2001 From: candro Date: Fri, 8 Jan 2021 10:11:10 +0300 Subject: [PATCH] Support doctrine/dbal ^3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 88fe78e5..11f055b0 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "illuminate/console": "^6.0|^7.0|^8.0", "illuminate/filesystem": "^6.0|^7.0|^8.0", "illuminate/support": "^6.0|^7.0|^8.0", - "doctrine/dbal": "^2.9" + "doctrine/dbal": "^2.9|^3.0" }, "require-dev": { "phpunit/phpunit": "^8.0|^9.3",