[Security] removed unneeded hard dependencies in Core

This commit is contained in:
Fabien Potencier 2013-09-18 09:41:17 +02:00
parent 5dbec8a060
commit 14e9f46085

View File

@ -16,16 +16,18 @@
}
],
"require": {
"php": ">=5.3.3",
"symfony/event-dispatcher": "~2.1",
"symfony/http-foundation": "~2.4"
"php": ">=5.3.3"
},
"require-dev": {
"symfony/event-dispatcher": "~2.1",
"symfony/http-foundation": "~2.4",
"symfony/validator": "~2.2",
"psr/log": "~1.0",
"ircmaxell/password-compat": "1.0.*"
},
"suggest": {
"symfony/event-dispatcher": "",
"symfony/http-foundation": "",
"symfony/validator": "",
"ircmaxell/password-compat": ""
},