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%/" + } +}