From 8dd38ece4a55c8e61eb689e21c474a667e86918e Mon Sep 17 00:00:00 2001 From: Cedrick Oka Baidai Date: Wed, 12 Jun 2019 10:34:44 +0000 Subject: [PATCH] * Add a recipe for coka/wsse-authentication-bundle 1.0. --- .../1.0/config/packages/oka_wsse_authentication.yaml | 2 ++ coka/wsse-authentication-bundle/1.0/manifest.json | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 coka/wsse-authentication-bundle/1.0/config/packages/oka_wsse_authentication.yaml create mode 100644 coka/wsse-authentication-bundle/1.0/manifest.json diff --git a/coka/wsse-authentication-bundle/1.0/config/packages/oka_wsse_authentication.yaml b/coka/wsse-authentication-bundle/1.0/config/packages/oka_wsse_authentication.yaml new file mode 100644 index 00000000..2718420b --- /dev/null +++ b/coka/wsse-authentication-bundle/1.0/config/packages/oka_wsse_authentication.yaml @@ -0,0 +1,2 @@ +oka_wsse_authentication: + db_driver: orm diff --git a/coka/wsse-authentication-bundle/1.0/manifest.json b/coka/wsse-authentication-bundle/1.0/manifest.json new file mode 100644 index 00000000..be115763 --- /dev/null +++ b/coka/wsse-authentication-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Oka\\WSSEAuthenticationBundle\\OkaWSSEAuthenticationBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}