summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-03 11:15:43 +0200
committerRemi Collet <remi@remirepo.net>2019-04-03 11:15:43 +0200
commit112ad4799771c3788f6cdcbd0ce63b4a07e57aa6 (patch)
treede85f61b1f1c0c7998e248ee76185a313e3ba93d /src/Symfony/Component
parentdf534cefd70b8c58a73ebadc99798be1bc1a81fb (diff)
v4.2.5
Diffstat (limited to 'src/Symfony/Component')
-rw-r--r--src/Symfony/Component/Routing/composer.json3
-rw-r--r--src/Symfony/Component/Security/composer.json1
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Symfony/Component/Routing/composer.json b/src/Symfony/Component/Routing/composer.json
index be489ee..27b6d99 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\\": "" },
diff --git a/src/Symfony/Component/Security/composer.json b/src/Symfony/Component/Security/composer.json
index 6cf567f..8afb892 100644
--- a/src/Symfony/Component/Security/composer.json
+++ b/src/Symfony/Component/Security/composer.json
@@ -32,6 +32,7 @@
"require-dev": {
"psr/container": "^1.0",
"symfony/finder": "~3.4|~4.0",
+ "symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-icu": "~1.0",
"symfony/routing": "~3.4|~4.0",
"symfony/validator": "~3.4|~4.0",