36e404ffe92e7b5d6b67a213b65a05fd75b76076
[yaffs-website] / vendor / symfony / validator / composer.json
1 {
2     "name": "symfony/validator",
3     "type": "library",
4     "description": "Symfony Validator Component",
5     "keywords": [],
6     "homepage": "https://symfony.com",
7     "license": "MIT",
8     "authors": [
9         {
10             "name": "Fabien Potencier",
11             "email": "fabien@symfony.com"
12         },
13         {
14             "name": "Symfony Community",
15             "homepage": "https://symfony.com/contributors"
16         }
17     ],
18     "require": {
19         "php": ">=5.5.9",
20         "symfony/polyfill-mbstring": "~1.0",
21         "symfony/translation": "~2.8|~3.0"
22     },
23     "require-dev": {
24         "symfony/http-foundation": "~2.8|~3.0",
25         "symfony/intl": "^2.8.18|^3.2.5",
26         "symfony/yaml": "~2.8|~3.0",
27         "symfony/config": "~2.8|~3.0",
28         "symfony/expression-language": "~2.8|~3.0",
29         "symfony/cache": "~3.1",
30         "doctrine/annotations": "~1.0",
31         "doctrine/cache": "~1.0",
32         "egulias/email-validator": "^1.2.8|~2.0"
33     },
34     "conflict": {
35         "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
36     },
37     "suggest": {
38         "psr/cache-implementation": "For using the metadata cache.",
39         "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
40         "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
41         "symfony/http-foundation": "",
42         "symfony/intl": "",
43         "symfony/yaml": "",
44         "symfony/config": "",
45         "egulias/email-validator": "Strict (RFC compliant) email validation",
46         "symfony/expression-language": "For using the Expression validator"
47     },
48     "autoload": {
49         "psr-4": { "Symfony\\Component\\Validator\\": "" },
50         "exclude-from-classmap": [
51             "/Tests/"
52         ]
53     },
54     "minimum-stability": "dev",
55     "extra": {
56         "branch-alias": {
57             "dev-master": "3.2-dev"
58         }
59     }
60 }