]> Raphaël G. Git Repositories - recipe/commitdiff
Add 0.1.1 version
authorRaphaël Gertz <git@rapsys.eu>
Thu, 7 Nov 2019 01:53:48 +0000 (02:53 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 7 Nov 2019 01:53:48 +0000 (02:53 +0100)
rapsys/packbundle/0.1.1/config/packages/rapsys_pack.yaml [new file with mode: 0644]
rapsys/packbundle/0.1.1/manifest.json [new file with mode: 0644]

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 (file)
index 0000000..47ea68f
--- /dev/null
@@ -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 (file)
index 0000000..a2d5351
--- /dev/null
@@ -0,0 +1,8 @@
+{
+       "bundles": {
+               "Rapsys\\PackBundle\\RapsysPackBundle": ["all"]
+       },
+       "copy-from-recipe": {
+               "config/": "%CONFIG_DIR%/"
+       }
+}