[Validator] Updated outdated dependencies.

This commit is contained in:
Charles Sarrazin 2014-05-16 16:25:29 +02:00
parent be1b917d21
commit 1984a364f8
1 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,8 @@
"symfony/property-access": "~2.2",
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0",
"egulias/email-validator": "~1.0"
"egulias/email-validator": "~1.0",
"symfony/expression-language": "~2.4"
},
"suggest": {
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
@ -37,7 +38,8 @@
"symfony/yaml": "",
"symfony/config": "",
"egulias/email-validator": "Strict (RFC compliant) email validation",
"symfony/property-access": "For using the 2.4 Validator API"
"symfony/property-access": "For using the 2.4 Validator API",
"symfony/expression-language": "For using the 2.4 Expression validator"
},
"autoload": {
"psr-0": { "Symfony\\Component\\Validator\\": "" }