e25b4b0a7e1c185e3dfc8369fe457b15c938a0d5
[yaffs-website] / vendor / symfony / serializer / composer.json
1 {
2     "name": "symfony/serializer",
3     "type": "library",
4     "description": "Symfony Serializer 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     },
21     "require-dev": {
22         "symfony/yaml": "~3.4|~4.0",
23         "symfony/config": "~2.8|~3.0|~4.0",
24         "symfony/property-access": "~2.8|~3.0|~4.0",
25         "symfony/http-foundation": "~2.8|~3.0|~4.0",
26         "symfony/cache": "~3.1|~4.0",
27         "symfony/property-info": "~3.1|~4.0",
28         "doctrine/annotations": "~1.0",
29         "symfony/dependency-injection": "~3.2|~4.0",
30         "doctrine/cache": "~1.0",
31         "phpdocumentor/reflection-docblock": "^3.0|^4.0"
32     },
33     "conflict": {
34         "phpdocumentor/type-resolver": "<0.2.1",
35         "symfony/dependency-injection": "<3.2",
36         "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
37         "symfony/property-info": "<3.1",
38         "symfony/yaml": "<3.4"
39     },
40     "suggest": {
41         "psr/cache-implementation": "For using the metadata cache.",
42         "symfony/property-info": "To deserialize relations.",
43         "symfony/yaml": "For using the default YAML mapping loader.",
44         "symfony/config": "For using the XML mapping loader.",
45         "symfony/property-access": "For using the ObjectNormalizer.",
46         "symfony/http-foundation": "To use the DataUriNormalizer.",
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     },
50     "autoload": {
51         "psr-4": { "Symfony\\Component\\Serializer\\": "" },
52         "exclude-from-classmap": [
53             "/Tests/"
54         ]
55     },
56     "minimum-stability": "dev",
57     "extra": {
58         "branch-alias": {
59             "dev-master": "3.4-dev"
60         }
61     }
62 }