From ab2124d01d9f9dd133824142b2a490ad686c45e8 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 6 Apr 2017 12:11:44 +0200 Subject: [PATCH] Added "security" alias for the SecurityBundle --- symfony/security-bundle/3.3/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/symfony/security-bundle/3.3/manifest.json b/symfony/security-bundle/3.3/manifest.json index 6e1d0bbd..e72dcc79 100644 --- a/symfony/security-bundle/3.3/manifest.json +++ b/symfony/security-bundle/3.3/manifest.json @@ -4,5 +4,6 @@ }, "copy-from-recipe": { "etc/": "%ETC_DIR%/" - } + }, + "aliases": ["security"] }