From aeb6a22e6e2596296aa54a3dc17b3c8d79785a1c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Apr 2019 11:18:31 +0200 Subject: v3.4.24 --- src/Symfony/Component/Routing/composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Symfony/Component/Routing/composer.json') diff --git a/src/Symfony/Component/Routing/composer.json b/src/Symfony/Component/Routing/composer.json index 266d52b..e623e29 100644 --- a/src/Symfony/Component/Routing/composer.json +++ b/src/Symfony/Component/Routing/composer.json @@ -37,8 +37,7 @@ "symfony/config": "For using the all-in-one router or any loader", "symfony/yaml": "For using the YAML loader", "symfony/expression-language": "For using expression matching", - "doctrine/annotations": "For using the annotation loader", - "symfony/dependency-injection": "For loading routes from a service" + "doctrine/annotations": "For using the annotation loader" }, "autoload": { "psr-4": { "Symfony\\Component\\Routing\\": "" }, -- cgit