10000 [TwigBridge] updated composer file · symfony/symfony@ea8ccf6 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea8ccf6

Browse files
committed
[TwigBridge] updated composer file
1 parent 7bec078 commit ea8ccf6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Symfony/Bridge/Twig/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,16 @@
2424
"symfony/routing": "2.1.*",
2525
"symfony/templating": "2.1.*",
2626
"symfony/translation": "2.1.*",
27-
"symfony/yaml": "2.1.*"
27+
"symfony/yaml": "2.1.*",
28+
"symfony/security": "2.1.*"
2829
},
2930
"suggest": {
3031
"symfony/form": "self.version",
3132
"symfony/routing": "self.version",
3233
"symfony/templating": "self.version",
3334
"symfony/translation": "self.version",
34-
"symfony/yaml": "self.version"
35+
"symfony/yaml": "self.version",
36+
"symfony/security": "self.version"
3537
},
3638
"autoload": {
3739
"psr-0": { "Symfony\\Bridge\\Twig": "" }

0 commit comments

Comments
 (0)
0