From 181327f5416952403607f1674b407e39431afab8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Oct 2021 08:18:22 +0200 Subject: update to 1.5.1 add patch for test suite with doctrine/dbal v3 from https://github.com/doctrine/data-fixtures/pull/370 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 9ec9b4b..b3d2b37 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ }, "require-dev": { "ext-sqlite3": "*", - "doctrine/coding-standard": "^8.2", - "doctrine/dbal": "^2.5.4", + "doctrine/coding-standard": "^9.0", + "doctrine/dbal": "^2.5.4 || ^3.0", "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0", "doctrine/orm": "^2.7.0", "phpunit/phpunit": "^8.0" -- cgit