From aeaf9062e4916817b3e4c2f1fe3801a7ba29b324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gangneux?= Date: Wed, 1 Mar 2023 14:57:04 +0100 Subject: [PATCH] Add recipe for jrmgx/interactive-bundle (#1486) * Add recipe for jrmgx/interactive-bundle * include Bundle config - re-push --- jrmgx/interactive-bundle/1.0/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 jrmgx/interactive-bundle/1.0/manifest.json diff --git a/jrmgx/interactive-bundle/1.0/manifest.json b/jrmgx/interactive-bundle/1.0/manifest.json new file mode 100644 index 00000000..79f50527 --- /dev/null +++ b/jrmgx/interactive-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Jrmgx\\InteractiveBundle\\InteractiveBundle": ["dev", "test"] + }, + "copy-from-package": { + "bin/interactive_console": "%BIN_DIR%/interactive" + } +}