diff options
Diffstat (limited to 'src/Symfony/Component/Routing/composer.json')
-rw-r--r-- | src/Symfony/Component/Routing/composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Symfony/Component/Routing/composer.json b/src/Symfony/Component/Routing/composer.json index 79173b0..cae9284 100644 --- a/src/Symfony/Component/Routing/composer.json +++ b/src/Symfony/Component/Routing/composer.json @@ -1,7 +1,7 @@ { "name": "symfony/routing", "type": "library", - "description": "Symfony Routing Component", + "description": "Maps an HTTP request to a set of configuration variables", "keywords": ["routing", "router", "URL", "URI"], "homepage": "https://symfony.com", "license": "MIT", @@ -24,7 +24,7 @@ "symfony/yaml": "^3.4|^4.0|^5.0", "symfony/expression-language": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "doctrine/annotations": "~1.2", + "doctrine/annotations": "^1.10.4", "psr/log": "~1.0" }, "conflict": { |