[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": { "require": {
"php": ">=5.3.3", "php": ">=5.3.3"
"symfony/event-dispatcher": "~2.1",
"symfony/http-foundation": "~2.4"
}, },
"require-dev": { "require-dev": {
"symfony/event-dispatcher": "~2.1",
"symfony/http-foundation": "~2.4",
"symfony/validator": "~2.2", "symfony/validator": "~2.2",
"psr/log": "~1.0", "psr/log": "~1.0",
"ircmaxell/password-compat": "1.0.*" "ircmaxell/password-compat": "1.0.*"
}, },
"suggest": { "suggest": {
"symfony/event-dispatcher": "",
"symfony/http-foundation": "",
"symfony/validator": "", "symfony/validator": "",
"ircmaxell/password-compat": "" "ircmaxell/password-compat": ""
}, },