summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Bundle
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-02 09:30:01 +0200
committerRemi Collet <remi@remirepo.net>2019-05-02 09:30:01 +0200
commit736645302205aa9c3ba53bc7cb09051c27433ffd (patch)
treee6d0b547cd192a81f26d25a5926c2a25cf84ac89 /src/Symfony/Bundle
parentb9963ee6ea34c128741f2f39a0f9a7e42acefa8a (diff)
v3.4.27
Diffstat (limited to 'src/Symfony/Bundle')
-rw-r--r--src/Symfony/Bundle/FrameworkBundle/composer.json2
-rw-r--r--src/Symfony/Bundle/TwigBundle/composer.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json
index e5449ff..78d7ae1 100644
--- a/src/Symfony/Bundle/FrameworkBundle/composer.json
+++ b/src/Symfony/Bundle/FrameworkBundle/composer.json
@@ -23,7 +23,7 @@
"symfony/dependency-injection": "^3.4.24|^4.2.5",
"symfony/config": "~3.4|~4.0",
"symfony/event-dispatcher": "~3.4|~4.0",
- "symfony/http-foundation": "^3.4.24|^4.2.5",
+ "symfony/http-foundation": "^3.3.11|~4.0",
"symfony/http-kernel": "~3.4|~4.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/filesystem": "~2.8|~3.0|~4.0",
diff --git a/src/Symfony/Bundle/TwigBundle/composer.json b/src/Symfony/Bundle/TwigBundle/composer.json
index 5feaebd..5d27f06 100644
--- a/src/Symfony/Bundle/TwigBundle/composer.json
+++ b/src/Symfony/Bundle/TwigBundle/composer.json
@@ -22,7 +22,7 @@
"symfony/http-foundation": "~2.8|~3.0|~4.0",
"symfony/http-kernel": "^3.3|~4.0",
"symfony/polyfill-ctype": "~1.8",
- "twig/twig": "~1.34|~2.4"
+ "twig/twig": "~1.40|~2.9"
},
"require-dev": {
"symfony/asset": "~2.8|~3.0|~4.0",