diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2015-09-27 10:47:35 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2015-09-27 10:47:35 +0200 |
commit | b2696f86e862938c8ecd8f0b18e943d3d83737f1 (patch) | |
tree | 5cf7bf1681039efa91beff4890384b1c37c856d0 | |
parent | 3679d74163401ee7e1362e42614f9fd2c9e1d9c4 (diff) | |
parent | a55a2a90f531562e67643c7d2917c4ba0c95e394 (diff) | |
download | symfony-security-b2696f86e862938c8ecd8f0b18e943d3d83737f1.zip symfony-security-b2696f86e862938c8ecd8f0b18e943d3d83737f1.tar.gz symfony-security-b2696f86e862938c8ecd8f0b18e943d3d83737f1.tar.bz2 |
minor #15910 Add the replace rules for the security-guard component (stof)
This PR was merged into the 2.8 branch.
Discussion
----------
Add the replace rules for the security-guard component
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | n/a
| License | MIT
| Doc PR | n/a
The update of composer replacements was forgotten in #14673
Commits
-------
5ef8abc 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": { |