diff options
author | Christophe Coevoet <stof@notk.org> | 2015-09-26 12:41:38 +0200 |
---|---|---|
committer | Christophe Coevoet <stof@notk.org> | 2015-09-26 12:41:38 +0200 |
commit | a55a2a90f531562e67643c7d2917c4ba0c95e394 (patch) | |
tree | 677cba3496c4302c42add0bc95783ae6e9321827 | |
parent | 3b38118178f9adcd9f969b5fe77010287d6f7ed0 (diff) | |
download | symfony-security-a55a2a90f531562e67643c7d2917c4ba0c95e394.zip symfony-security-a55a2a90f531562e67643c7d2917c4ba0c95e394.tar.gz symfony-security-a55a2a90f531562e67643c7d2917c4ba0c95e394.tar.bz2 |
Add the replace rules for the security-guard component
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 9df0bf0..708c60f 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "replace": { "symfony/security-core": "self.version", "symfony/security-csrf": "self.version", + "symfony/security-guard": "self.version", "symfony/security-http": "self.version" }, "require-dev": { |