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

This commit is contained in:
Robin Chalas 2019-05-30 23:24:03 +02:00
parent c62032a730
commit 7481db6570

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"