minor #31753 [Security][Http] Forbid security-core 5.x (chalasr)

This PR was merged into the 4.4 branch.

Discussion
----------

[Security][Http] Forbid security-core 5.x

| 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

Required for #31725

Commits
-------

7481db6570 [Security][Http] Forbid security-core 5.x
This commit is contained in:
Robin Chalas 2019-05-30 23:52:10 +02:00
commit 8fc75e30a6

View File

@ -17,7 +17,7 @@
],
"require": {
"php": "^7.1.3",
"symfony/security-core": "^4.3|^5.0",
"symfony/security-core": "^4.3",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^4.3|^5.0",
"symfony/property-access": "^3.4|^4.0|^5.0"