[Form] Moved the Validator component to the suggest section

There is no hard dependency to the Validator component.
This commit is contained in:
Christophe Coevoet 2012-03-11 02:32:06 +01:00
parent 85000fc288
commit 011791dbef

View File

@ -18,10 +18,10 @@
"require": { "require": {
"php": ">=5.3.2", "php": ">=5.3.2",
"symfony/event-dispatcher": "self.version", "symfony/event-dispatcher": "self.version",
"symfony/locale": "self.version", "symfony/locale": "self.version"
"symfony/validator": "self.version"
}, },
"suggest": { "suggest": {
"symfony/validator": "self.version",
"symfony/http-foundation": "self.version" "symfony/http-foundation": "self.version"
}, },
"autoload": { "autoload": {