forked from GNUsocial/gnu-social
42 lines
991 B
JSON
42 lines
991 B
JSON
|
{
|
||
|
"name": "symfony/config",
|
||
|
"type": "library",
|
||
|
"description": "Symfony Config 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",
|
||
|
"symfony/filesystem": "~2.3|~3.0.0",
|
||
|
"symfony/polyfill-ctype": "~1.8"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/yaml": "~2.7|~3.0.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/yaml": "To use the yaml reference dumper"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": { "Symfony\\Component\\Config\\": "" },
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"minimum-stability": "dev",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.8-dev"
|
||
|
}
|
||
|
}
|
||
|
}
|