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