From 6a7bca0127e270ea6c1744114c8d6b87db4130c5 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 17 Jun 2020 11:26:16 +0200 Subject: [PATCH] Add ecphp/cas-bundle package. --- ecphp/cas-bundle/1.0/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ecphp/cas-bundle/1.0/manifest.json diff --git a/ecphp/cas-bundle/1.0/manifest.json b/ecphp/cas-bundle/1.0/manifest.json new file mode 100644 index 00000000..0ed7286a --- /dev/null +++ b/ecphp/cas-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "EcPhp\\CasBundle\\CasBundle": ["all"] + }, + "copy-from-package": { + "Resources/": "%CONFIG_DIR%/" + } +}