diff --git a/willdurand/hateoas-bundle/2.0/config/packages/bazinga_hateoas.yaml b/willdurand/hateoas-bundle/2.0/config/packages/bazinga_hateoas.yaml new file mode 100644 index 00000000..93a743d3 --- /dev/null +++ b/willdurand/hateoas-bundle/2.0/config/packages/bazinga_hateoas.yaml @@ -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 diff --git a/willdurand/hateoas-bundle/2.0/manifest.json b/willdurand/hateoas-bundle/2.0/manifest.json new file mode 100644 index 00000000..68ecd6c1 --- /dev/null +++ b/willdurand/hateoas-bundle/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Bazinga\\Bundle\\HateoasBundle\\BazingaHateoasBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}