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

Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit e0ff3ad

Browse files
Require missing Twig bundle
1 parent df4d7f8 commit e0ff3ad

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
"symfony/config": "~3.4|~4.0",
1818
"symfony/form": "~3.4|~4.0",
1919
"symfony/framework-bundle": "~3.4|~4.0",
20-
"symfony/templating": "~3.4|~4.0",
2120
"symfony/security-csrf": "~3.4|~4.0",
21+
"symfony/templating": "~3.4|~4.0",
22+
"symfony/twig-bundle": "~3.4|~4.0",
23+
"symfony/var-dumper": "~3.4|~4.0",
2224
"doctrine/orm": "^2.4.8",
23-
"abraham/twitteroauth": "~0.6",
24-
"symfony/var-dumper": "~3.4|~4.0"
25+
"abraham/twitteroauth": "~0.6"
2526
},
2627
"require-dev": {
2728
"symfony/monolog-bundle": "~3.1",

0 commit comments

Comments
 (0)