Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / translation / composer.json
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|>=7.0.8",
20         "symfony/polyfill-mbstring": "~1.0"
21     },
22     "require-dev": {
23         "symfony/config": "~2.8|~3.0|~4.0",
24         "symfony/dependency-injection": "~3.4|~4.0",
25         "symfony/intl": "^2.8.18|^3.2.5|~4.0",
26         "symfony/yaml": "~3.4|~4.0",
27         "symfony/finder": "~2.8|~3.0|~4.0",
28         "psr/log": "~1.0"
29     },
30     "conflict": {
31         "symfony/config": "<2.8",
32         "symfony/dependency-injection": "<3.4",
33         "symfony/yaml": "<3.4"
34     },
35     "suggest": {
36         "symfony/config": "",
37         "symfony/yaml": "",
38         "psr/log-implementation": "To use logging capability in translator"
39     },
40     "autoload": {
41         "psr-4": { "Symfony\\Component\\Translation\\": "" },
42         "exclude-from-classmap": [
43             "/Tests/"
44         ]
45     },
46     "minimum-stability": "dev",
47     "extra": {
48         "branch-alias": {
49             "dev-master": "3.4-dev"
50         }
51     }
52 }