added config for 2.0 version

This commit is contained in:
freezy
2020-06-07 12:43:40 +02:00
parent 9c2ede7065
commit 211931e1eb
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# For full configuration see https://github.com/willdurand/BazingaHateoasBundle/blob/master/Resources/doc/index.md#reference-configuration
bazinga_hateoas:
twig_extension:
enabled: true

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Bazinga\\Bundle\\HateoasBundle\\BazingaHateoasBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}