diff --git a/ecphp/cas-bundle/1.0/manifest.json b/ecphp/cas-bundle/1.0/manifest.json index 0ed7286a..272a15d0 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 0ed7286a..272a15d0 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 8bd9dc6d..c6fb202b 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 8bd9dc6d..c6fb202b 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%/" } }