2f0e7584c023eea9db02f9339047d5c813eacc5f
[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|>=7.0.8",
20         "symfony/polyfill-ctype": "~1.8",
21         "symfony/polyfill-mbstring": "~1.0",
22         "symfony/translation": "~2.8|~3.0|~4.0"
23     },
24     "require-dev": {
25         "symfony/http-foundation": "~2.8|~3.0|~4.0",
26         "symfony/http-kernel": "^3.3.5|~4.0",
27         "symfony/var-dumper": "~3.3|~4.0",
28         "symfony/intl": "^2.8.18|^3.2.5|~4.0",
29         "symfony/yaml": "~3.4|~4.0",
30         "symfony/config": "~2.8|~3.0|~4.0",
31         "symfony/dependency-injection": "~3.3|~4.0",
32         "symfony/expression-language": "~2.8|~3.0|~4.0",
33         "symfony/cache": "~3.1|~4.0",
34         "symfony/property-access": "~2.8|~3.0|~4.0",
35         "doctrine/annotations": "~1.0",
36         "doctrine/cache": "~1.0",
37         "egulias/email-validator": "^1.2.8|~2.0"
38     },
39     "conflict": {
40         "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
41         "symfony/dependency-injection": "<3.3",
42         "symfony/http-kernel": "<3.3.5",
43         "symfony/yaml": "<3.4"
44     },
45     "suggest": {
46         "psr/cache-implementation": "For using the metadata cache.",
47         "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
48         "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
49         "symfony/http-foundation": "",
50         "symfony/intl": "",
51         "symfony/yaml": "",
52         "symfony/config": "",
53         "egulias/email-validator": "Strict (RFC compliant) email validation",
54         "symfony/property-access": "For accessing properties within comparison constraints",
55         "symfony/expression-language": "For using the Expression validator"
56     },
57     "autoload": {
58         "psr-4": { "Symfony\\Component\\Validator\\": "" },
59         "exclude-from-classmap": [
60             "/Tests/"
61         ]
62     },
63     "minimum-stability": "dev",
64     "extra": {
65         "branch-alias": {
66             "dev-master": "3.4-dev"
67         }
68     }
69 }