We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100fe4e commit 09272ffCopy full SHA for 09272ff
src/Symfony/Bundle/TwigBundle/composer.json
@@ -17,11 +17,11 @@
17
],
18
"require": {
19
"php": "^5.5.9|>=7.0.8",
20
- "symfony/config": "~3.2",
21
- "symfony/twig-bridge": "^3.3",
22
- "symfony/http-foundation": "~2.8|~3.0",
23
- "symfony/http-kernel": "^3.3",
24
- "twig/twig": "~1.34|~2.4"
+ "symfony/config": "~3.2|~4.0",
+ "symfony/twig-bridge": "^3.3|~4.0",
+ "symfony/http-foundation": "~2.8|~3.0|~4.0",
+ "symfony/http-kernel": "^3.3|~4.0",
+ "twig/twig": "~1.34|~2.4|~4.0"
25
},
26
"require-dev": {
27
"symfony/asset": "~2.8|~3.0|~4.0",
0 commit comments