minor #31783 [Security][Guard] Forbid security-http >= 5.0 (chalasr)

This PR was merged into the 4.4 branch.

Discussion
----------

[Security][Guard] Forbid security-http >= 5.0

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Unlocks #31782. To be discarded on master

Commits
-------

e2c9701e22 [Security][Guard] Forbid security-http >= 5.0
This commit is contained in:
Robin Chalas 2019-06-01 14:31:14 +02:00
commit 435a2c74ef

View File

@ -18,7 +18,7 @@
"require": {
"php": "^7.1.3",
"symfony/security-core": "^3.4.22|^4.2.3|^5.0",
"symfony/security-http": "^4.3|^5.0"
"symfony/security-http": "^4.3"
},
"require-dev": {
"psr/log": "~1.0"