From: Raphaƫl Gertz Date: Thu, 7 Nov 2019 01:53:48 +0000 (+0100) Subject: Add 0.1.1 version X-Git-Url: https://git.rapsys.eu/recipe/commitdiff_plain/5c9a6fa912be9c22c6d3c8c3344cde0f5bf06754 Add 0.1.1 version --- diff --git a/rapsys/packbundle/0.1.1/config/packages/rapsys_pack.yaml b/rapsys/packbundle/0.1.1/config/packages/rapsys_pack.yaml new file mode 100644 index 0000000..47ea68f --- /dev/null +++ b/rapsys/packbundle/0.1.1/config/packages/rapsys_pack.yaml @@ -0,0 +1,5 @@ +services: + rapsys_pack.twig.pack_extension: + class: Rapsys\PackBundle\Twig\PackExtension + arguments: [ '@file_locator', '@service_container', '@assets.packages' ] + tags: [ twig.extension ] diff --git a/rapsys/packbundle/0.1.1/manifest.json b/rapsys/packbundle/0.1.1/manifest.json new file mode 100644 index 0000000..a2d5351 --- /dev/null +++ b/rapsys/packbundle/0.1.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Rapsys\\PackBundle\\RapsysPackBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}