1
|
{
|
2
|
"name": "symfony/translation",
|
3
|
"type": "library",
|
4
|
"description": "Symfony Translation 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",
|
20
|
"symfony/polyfill-mbstring": "~1.0"
|
21
|
},
|
22
|
"require-dev": {
|
23
|
"symfony/config": "~2.8|~3.0",
|
24
|
"symfony/intl": "~2.8|~3.0",
|
25
|
"symfony/yaml": "~2.8|~3.0",
|
26
|
"psr/log": "~1.0"
|
27
|
},
|
28
|
"conflict": {
|
29
|
"symfony/config": "<2.8"
|
30
|
},
|
31
|
"suggest": {
|
32
|
"symfony/config": "",
|
33
|
"symfony/yaml": "",
|
34
|
"psr/log": "To use logging capability in translator"
|
35
|
},
|
36
|
"autoload": {
|
37
|
"psr-4": { "Symfony\\Component\\Translation\\": "" },
|
38
|
"exclude-from-classmap": [
|
39
|
"/Tests/"
|
40
|
]
|
41
|
},
|
42
|
"minimum-stability": "dev",
|
43
|
"extra": {
|
44
|
"branch-alias": {
|
45
|
"dev-master": "3.0-dev"
|
46
|
}
|
47
|
}
|
48
|
}
|