This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Validator/composer.json

28 lines
644 B
JSON
Raw Normal View History

2011-09-24 18:13:35 +01:00
{
"name": "symfony/validator",
"type": "library",
"description": "Symfony Validator Component",
"keywords": [],
"homepage": "http://symfony.com",
"version": "2.0.4",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"require": {
"php": ">=5.3.2",
"doctrine/common": ">=2.1"
2011-09-24 18:13:35 +01:00
},
"suggest": {
"symfony/http-foundation": ">=2.0",
"symfony/yaml": ">=2.0"
}
}