From 5336b8e8de968e483b393aa7b9a56494928ff74d Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 11 Feb 2021 11:56:25 +0100 Subject: [PATCH] Add new recipe ecphp/api-gw-authentication-bundle --- ecphp/api-gw-authentication-bundle/1.0/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ecphp/api-gw-authentication-bundle/1.0/manifest.json diff --git a/ecphp/api-gw-authentication-bundle/1.0/manifest.json b/ecphp/api-gw-authentication-bundle/1.0/manifest.json new file mode 100644 index 00000000..3f1488fb --- /dev/null +++ b/ecphp/api-gw-authentication-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "EcPhp\\ApiGwAuthenticationBundle\\ApiGwAuthenticationBundle": ["all"] + }, + "copy-from-package": { + "Resources/config/": "%CONFIG_DIR%/" + } +}