From 5d90bb66f883183e4b1493cffb004e8f5a22345c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=C6=B0=C6=A1ng=20Thanh=20T=C3=B9ng?= Date: Tue, 12 Jan 2021 14:00:28 +0700 Subject: [PATCH] Fix conflict doctrine/dbal Conflict doctrine/dbal 3.0.0 with laravel nova 3.19.1 (doctrine/dbal 2.9) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8a20e258..abd72759 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": "^7.3|^8.0", - "doctrine/dbal": "^3.0", + "doctrine/dbal": "^2.9|^3.0", "illuminate/support": "^8.0", "laravel/jetstream": "^2.0.0", "laravel/socialite": "^5.0"