summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Bridge/Doctrine/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-28 14:50:33 +0200
committerRemi Collet <remi@remirepo.net>2021-09-28 14:50:33 +0200
commit96d95da35f2746fd7d6e81d6ad19e5c0db73dc4d (patch)
treedd2a38e631b72e8abf8c95292547a06d7adb88c8 /src/Symfony/Bridge/Doctrine/composer.json
parentedae64c8a330fedb8bfb68be1a918a87d8612384 (diff)
update to 4.4.32
Diffstat (limited to 'src/Symfony/Bridge/Doctrine/composer.json')
-rw-r--r--src/Symfony/Bridge/Doctrine/composer.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Symfony/Bridge/Doctrine/composer.json b/src/Symfony/Bridge/Doctrine/composer.json
index 0da7703..7996103 100644
--- a/src/Symfony/Bridge/Doctrine/composer.json
+++ b/src/Symfony/Bridge/Doctrine/composer.json
@@ -43,10 +43,12 @@
"doctrine/annotations": "^1.10.4",
"doctrine/collections": "~1.0",
"doctrine/data-fixtures": "^1.1",
- "doctrine/dbal": "^2.6|^3.0",
+ "doctrine/dbal": "^2.7|^3.0",
"doctrine/orm": "^2.6.3"
},
"conflict": {
+ "doctrine/dbal": "<2.7",
+ "doctrine/orm": "<2.6.3",
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/dependency-injection": "<3.4",
"symfony/form": "<4.4",