From 88a16600e31ff44a9f7011d8fe99955c8021a74c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Feb 2022 09:58:43 +0100 Subject: update to 2.5.6 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index bcae79c..7aa7a5f 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "php": "^7.1 || ^8.0", "doctrine/annotations": "^1", "doctrine/cache": "^1.11 || ^2.0", - "doctrine/dbal": "^2.13.1|^3.1", + "doctrine/dbal": "^2.13.1|^3.3.2", "doctrine/persistence": "^2.2", "doctrine/sql-formatter": "^1.0.1", "symfony/cache": "^4.3.3|^5.0|^6.0", @@ -66,7 +66,7 @@ } }, "conflict": { - "doctrine/orm": "<2.9", + "doctrine/orm": "<2.9|>=3.0", "twig/twig": "<1.34|>=2.0,<2.4" }, "suggest": { -- cgit