summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Coevoet <stof@notk.org>2015-09-26 12:41:38 +0200
committerChristophe Coevoet <stof@notk.org>2015-09-26 12:41:38 +0200
commita55a2a90f531562e67643c7d2917c4ba0c95e394 (patch)
tree677cba3496c4302c42add0bc95783ae6e9321827
parent3b38118178f9adcd9f969b5fe77010287d6f7ed0 (diff)
downloadsymfony-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.json1
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": {