fix merge 2.3 into 2.7 for SecureRandom dependency

This commit is contained in:
Tobias Schultze 2016-01-16 18:29:47 +01:00
parent 8d7b19fbbe
commit aedeebb4f1
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
"symfony/http-kernel": "~2.7",
"symfony/filesystem": "~2.3",
"symfony/routing": "~2.6,>2.6.4",
"symfony/security-core": "~2.6",
"symfony/security-core": "~2.6.13|~2.7.9|~2.8",
"symfony/security-csrf": "~2.6",
"symfony/stopwatch": "~2.3",
"symfony/templating": "~2.1",

View File

@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.9",
"symfony/security": "~2.7.9|~2.8",
"symfony/security": "~2.7",
"symfony/security-acl": "~2.7",
"symfony/http-kernel": "~2.2"
},