From 7fd8dab56bfa22f13bc7bea961cb71e95fe1ef7b Mon Sep 17 00:00:00 2001 From: Redjan Ymeraj Date: Tue, 20 Apr 2021 23:56:52 +0200 Subject: [PATCH] Add recipe for redjanym/fcm-bundle package. --- .../fcm-bundle/1.1/config/packages/redjan_ym_fcm.yaml | 2 ++ redjanym/fcm-bundle/1.1/manifest.json | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 redjanym/fcm-bundle/1.1/config/packages/redjan_ym_fcm.yaml create mode 100644 redjanym/fcm-bundle/1.1/manifest.json diff --git a/redjanym/fcm-bundle/1.1/config/packages/redjan_ym_fcm.yaml b/redjanym/fcm-bundle/1.1/config/packages/redjan_ym_fcm.yaml new file mode 100644 index 00000000..2071e506 --- /dev/null +++ b/redjanym/fcm-bundle/1.1/config/packages/redjan_ym_fcm.yaml @@ -0,0 +1,2 @@ +redjan_ym_fcm: + firebase_api_key: "12345" \ No newline at end of file diff --git a/redjanym/fcm-bundle/1.1/manifest.json b/redjanym/fcm-bundle/1.1/manifest.json new file mode 100644 index 00000000..cac7900e --- /dev/null +++ b/redjanym/fcm-bundle/1.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "RedjanYm\\FCMBundle\\RedjanYmFCMBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}