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