From: Raphaƫl Gertz Date: Mon, 28 Oct 2019 21:24:06 +0000 (+0100) Subject: Force include of security bundle X-Git-Tag: 0.1~70 X-Git-Url: https://git.rapsys.eu/airlibre/commitdiff_plain/acb380d4fb6f40485e9403dd6ae43a70e45f749e Force include of security bundle --- diff --git a/composer.json b/composer.json index a115562..72b5ba5 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,7 @@ "symfony/flex": "^1.3.1", "symfony/framework-bundle": "4.3.*", "symfony/process": "4.3.*", + "symfony/security-bundle": "4.3.*", "symfony/yaml": "4.3.*", "twig/extensions": "1.5.*", "rapsys/packbundle": "dev-master", @@ -62,7 +63,7 @@ "symfony/form": "*", "symfony/framework-bundle": "*", "symfony/routing": "*", - "symfony/security": "*" + "symfony/security-bundle": "*" }, "require-dev": { "doctrine/data-fixtures": "*" @@ -116,7 +117,7 @@ "symfony/form": "*", "symfony/framework-bundle": "*", "symfony/routing": "*", - "symfony/security": "*", + "symfony/security-bundle": "*", "symfony/translation": "*", "symfony/twig-bundle": "*", "doctrine/data-fixtures": "*",