62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "symfony/translation",
|
|
"type": "library",
|
|
"description": "Symfony Translation 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": "^7.2.5",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/translation-contracts": "^2"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": "^4.4|^5.0",
|
|
"symfony/console": "^4.4|^5.0",
|
|
"symfony/dependency-injection": "^5.0",
|
|
"symfony/http-kernel": "^5.0",
|
|
"symfony/intl": "^4.4|^5.0",
|
|
"symfony/service-contracts": "^1.1.2|^2",
|
|
"symfony/yaml": "^4.4|^5.0",
|
|
"symfony/finder": "^4.4|^5.0",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/config": "<4.4",
|
|
"symfony/dependency-injection": "<5.0",
|
|
"symfony/http-kernel": "<5.0",
|
|
"symfony/twig-bundle": "<5.0",
|
|
"symfony/yaml": "<4.4"
|
|
},
|
|
"provide": {
|
|
"symfony/translation-implementation": "2.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/config": "",
|
|
"symfony/yaml": "",
|
|
"psr/log-implementation": "To use logging capability in translator"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Symfony\\Component\\Translation\\": "" },
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"minimum-stability": "dev",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0-dev"
|
|
}
|
|
}
|
|
}
|