From 5f953389b0b240785a1e8407f6bef83bc06c74d8 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Sun, 28 Jun 2020 10:12:02 +0200 Subject: [PATCH] Fix erroneous paths. --- ecphp/cas-bundle/1.0/manifest.json | 2 +- ecphp/cas-bundle/2.0/manifest.json | 2 +- ecphp/eu-login-bundle/1.0/manifest.json | 2 +- ecphp/eu-login-bundle/2.0/manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ecphp/cas-bundle/1.0/manifest.json b/ecphp/cas-bundle/1.0/manifest.json index 0ed7286af..272a15d06 100644 --- a/ecphp/cas-bundle/1.0/manifest.json +++ b/ecphp/cas-bundle/1.0/manifest.json @@ -3,6 +3,6 @@ "EcPhp\\CasBundle\\CasBundle": ["all"] }, "copy-from-package": { - "Resources/": "%CONFIG_DIR%/" + "Resources/config/": "%CONFIG_DIR%/" } } diff --git a/ecphp/cas-bundle/2.0/manifest.json b/ecphp/cas-bundle/2.0/manifest.json index 0ed7286af..272a15d06 100644 --- a/ecphp/cas-bundle/2.0/manifest.json +++ b/ecphp/cas-bundle/2.0/manifest.json @@ -3,6 +3,6 @@ "EcPhp\\CasBundle\\CasBundle": ["all"] }, "copy-from-package": { - "Resources/": "%CONFIG_DIR%/" + "Resources/config/": "%CONFIG_DIR%/" } } diff --git a/ecphp/eu-login-bundle/1.0/manifest.json b/ecphp/eu-login-bundle/1.0/manifest.json index 8bd9dc6d8..c6fb202bf 100644 --- a/ecphp/eu-login-bundle/1.0/manifest.json +++ b/ecphp/eu-login-bundle/1.0/manifest.json @@ -3,6 +3,6 @@ "EcPhp\\EuLoginBundle\\EuLoginBundle": ["all"] }, "copy-from-package": { - "Resources/": "%CONFIG_DIR%/" + "Resources/config/": "%CONFIG_DIR%/" } } diff --git a/ecphp/eu-login-bundle/2.0/manifest.json b/ecphp/eu-login-bundle/2.0/manifest.json index 8bd9dc6d8..c6fb202bf 100644 --- a/ecphp/eu-login-bundle/2.0/manifest.json +++ b/ecphp/eu-login-bundle/2.0/manifest.json @@ -3,6 +3,6 @@ "EcPhp\\EuLoginBundle\\EuLoginBundle": ["all"] }, "copy-from-package": { - "Resources/": "%CONFIG_DIR%/" + "Resources/config/": "%CONFIG_DIR%/" } }