diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-05 08:18:22 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-10-05 08:18:22 +0200 |
commit | 181327f5416952403607f1674b407e39431afab8 (patch) | |
tree | 5d83f65bbbd71f1c2fe7c2fdb1b55b80aae9b303 /composer.json | |
parent | f273bfb1b60865dfdd897b5effc465678b08102c (diff) |
update to 1.5.1
add patch for test suite with doctrine/dbal v3 from
https://github.com/doctrine/data-fixtures/pull/370
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
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" |