2015-08-17 17:00:26 -07:00
{
"name" : "symfony/validator" ,
"type" : "library" ,
"description" : "Symfony Validator Component" ,
"keywords" : [ ] ,
"homepage" : "https://symfony.com" ,
"license" : "MIT" ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"require" : {
"php" : ">=5.3.9" ,
"symfony/translation" : "~2.4"
} ,
"require-dev" : {
"symfony/phpunit-bridge" : "~2.7" ,
"symfony/http-foundation" : "~2.1" ,
2015-10-08 11:40:12 -07:00
"symfony/intl" : "~2.4" ,
2015-08-17 17:00:26 -07:00
"symfony/yaml" : "~2.0,>=2.0.5" ,
"symfony/config" : "~2.2" ,
"symfony/property-access" : "~2.3" ,
"symfony/expression-language" : "~2.4" ,
"doctrine/annotations" : "~1.0" ,
"doctrine/cache" : "~1.0" ,
"egulias/email-validator" : "~1.2,>=1.2.1"
} ,
"suggest" : {
"doctrine/annotations" : "For using the annotation mapping. You will also need doctrine/cache." ,
"doctrine/cache" : "For using the default cached annotation reader and metadata cache." ,
"symfony/http-foundation" : "" ,
"symfony/intl" : "" ,
"symfony/yaml" : "" ,
"symfony/config" : "" ,
"egulias/email-validator" : "Strict (RFC compliant) email validation" ,
"symfony/property-access" : "For using the 2.4 Validator API" ,
"symfony/expression-language" : "For using the 2.4 Expression validator"
} ,
"autoload" : {
"psr-4" : { "Symfony\\Component\\Validator\\" : "" }
} ,
"minimum-stability" : "dev" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.7-dev"
}
}
}