summaryrefslogtreecommitdiffstats
path: root/src/Symfony
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-31 09:05:50 +0200
committerRemi Collet <remi@remirepo.net>2020-08-31 09:05:50 +0200
commit528bba2130ef3947647489c1b0385fb0fdaff427 (patch)
tree575fcb250b54d0ecca884a94a74f8d1882bdfb2d /src/Symfony
parent1f7a7a63da0ff81fec28cb785d7548e550334577 (diff)
update to 4.4.12
allow doctrine/dbal 3.0
Diffstat (limited to 'src/Symfony')
-rw-r--r--src/Symfony/Bridge/Doctrine/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Symfony/Bridge/Doctrine/composer.json b/src/Symfony/Bridge/Doctrine/composer.json
index 4194aa2..5bc8ffd 100644
--- a/src/Symfony/Bridge/Doctrine/composer.json
+++ b/src/Symfony/Bridge/Doctrine/composer.json
@@ -43,7 +43,7 @@
"doctrine/cache": "~1.6",
"doctrine/collections": "~1.0",
"doctrine/data-fixtures": "^1.1",
- "doctrine/dbal": "~2.4",
+ "doctrine/dbal": "~2.4|^3.0",
"doctrine/orm": "^2.6.3",
"doctrine/reflection": "~1.0"
},