[Security] fix Composer constraint

This commit is contained in:
Christian Flothmann 2017-03-04 12:34:09 +01:00
parent 1ed0092a62
commit 69a572dc5d

View File

@ -17,7 +17,7 @@
], ],
"require": { "require": {
"php": ">=5.3.9", "php": ">=5.3.9",
"symfony/security-core": "~2.6", "symfony/security-core": "^2.7.13|^2.8.6",
"symfony/event-dispatcher": "~2.1", "symfony/event-dispatcher": "~2.1",
"symfony/http-foundation": "~2.4", "symfony/http-foundation": "~2.4",
"symfony/http-kernel": "~2.4" "symfony/http-kernel": "~2.4"