summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/Routing/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Component/Routing/composer.json')
-rw-r--r--src/Symfony/Component/Routing/composer.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/Symfony/Component/Routing/composer.json b/src/Symfony/Component/Routing/composer.json
index 79173b0..c6ef01b 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",
@@ -16,7 +16,8 @@
}
],
"require": {
- "php": ">=7.1.3"
+ "php": ">=7.1.3",
+ "symfony/polyfill-php80": "^1.16"
},
"require-dev": {
"symfony/config": "^4.2|^5.0",
@@ -24,8 +25,8 @@
"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",
- "psr/log": "~1.0"
+ "doctrine/annotations": "^1.10.4",
+ "psr/log": "^1|^2|^3"
},
"conflict": {
"symfony/config": "<4.2",