a31a2cef426ebc2d5216adff13d35ebf8ace5a4e
[yaffs-website] / vendor / symfony / yaml / composer.json
1 {
2     "name": "symfony/yaml",
3     "type": "library",
4     "description": "Symfony Yaml 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     },
21     "require-dev": {
22         "symfony/console": "~3.4|~4.0"
23     },
24     "conflict": {
25         "symfony/console": "<3.4"
26     },
27     "suggest": {
28         "symfony/console": "For validating YAML files using the lint command"
29     },
30     "autoload": {
31         "psr-4": { "Symfony\\Component\\Yaml\\": "" },
32         "exclude-from-classmap": [
33             "/Tests/"
34         ]
35     },
36     "minimum-stability": "dev",
37     "extra": {
38         "branch-alias": {
39             "dev-master": "3.4-dev"
40         }
41     }
42 }