From 8b36d3f4c346af40e697a72b0447eaa91e30c875 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Nov 2020 14:35:23 +0100 Subject: update to 4.4.17 drop dependency on doctrine/reflection --- src/Symfony/Bridge/Doctrine/composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Symfony/Bridge/Doctrine/composer.json') 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", -- cgit