summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Bridge/Doctrine/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-30 14:35:23 +0100
committerRemi Collet <remi@remirepo.net>2020-11-30 14:35:23 +0100
commit8b36d3f4c346af40e697a72b0447eaa91e30c875 (patch)
tree1343e59605b83e86100379e96c206541307ec957 /src/Symfony/Bridge/Doctrine/composer.json
parent4f92f2de7f94e4e55a5c70aae9cb039c9467503d (diff)
update to 4.4.17
drop dependency on doctrine/reflection
Diffstat (limited to 'src/Symfony/Bridge/Doctrine/composer.json')
-rw-r--r--src/Symfony/Bridge/Doctrine/composer.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Symfony/Bridge/Doctrine/composer.json b/src/Symfony/Bridge/Doctrine/composer.json
index b792582..2d8a44f 100644
--- a/src/Symfony/Bridge/Doctrine/composer.json
+++ b/src/Symfony/Bridge/Doctrine/composer.json
@@ -44,8 +44,7 @@
"doctrine/collections": "~1.0",
"doctrine/data-fixtures": "^1.1",
"doctrine/dbal": "~2.4|^3.0",
- "doctrine/orm": "^2.6.3",
- "doctrine/reflection": "~1.0"
+ "doctrine/orm": "^2.6.3"
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",