Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 09272ff

Browse files
fix bad merge
1 parent 100fe4e commit 09272ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Symfony/Bundle/TwigBundle/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"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"
20+
"symfony/config": "~3.2|~4.0",
21+
"symfony/twig-bridge": "^3.3|~4.0",
22+
"symfony/http-foundation": "~2.8|~3.0|~4.0",
23+
"symfony/http-kernel": "^3.3|~4.0",
24+
"twig/twig": "~1.34|~2.4|~4.0"
2525
},
2626
"require-dev": {
2727
"symfony/asset": "~2.8|~3.0|~4.0",

0 commit comments

Comments
 (0)