mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add twig bundle as dependency
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"bundles": {
|
||||
"TSantos\\SerializerBundle\\TSantosSerializerBundle": ["all"]
|
||||
"TSantos\\SerializerBundle\\TSantosSerializerBundle": ["all"],
|
||||
"Symfony\\Bundle\\TwigBundle\\TwigBundle": ["dev", "test"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
|
||||
Reference in New Issue
Block a user