Merge pull request #950

This commit is contained in:
symfony-flex-server[bot]
2020-06-24 15:36:05 +00:00
committed by GitHub
4 changed files with 24 additions and 0 deletions
@@ -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
@@ -0,0 +1,8 @@
{
"bundles": {
"Bazinga\\Bundle\\HateoasBundle\\BazingaHateoasBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -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
@@ -0,0 +1,8 @@
{
"bundles": {
"Bazinga\\Bundle\\HateoasBundle\\BazingaHateoasBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}