46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "symfony/serializer",
|
|
"type": "library",
|
|
"description": "Symfony Serializer Component",
|
|
"keywords": [],
|
|
"homepage": "https://symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.9"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
"symfony/yaml": "~2.0",
|
|
"symfony/config": "~2.2",
|
|
"symfony/property-access": "~2.3",
|
|
"doctrine/annotations": "~1.0",
|
|
"doctrine/cache": "~1.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
|
|
"doctrine/cache": "For using the default cached annotation reader and metadata cache.",
|
|
"symfony/yaml": "For using the default YAML mapping loader.",
|
|
"symfony/config": "For using the XML mapping loader.",
|
|
"symfony/property-access": "For using the ObjectNormalizer."
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Symfony\\Component\\Serializer\\": "" }
|
|
},
|
|
"minimum-stability": "dev",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.7-dev"
|
|
}
|
|
}
|
|
}
|