1 |
cb15593b
|
Cajova-Houba
|
{
|
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": "~2.8|~3.0"
|
23 |
|
|
},
|
24 |
|
|
"suggest": {
|
25 |
|
|
"symfony/console": "For validating YAML files using the lint command"
|
26 |
|
|
},
|
27 |
|
|
"autoload": {
|
28 |
|
|
"psr-4": { "Symfony\\Component\\Yaml\\": "" },
|
29 |
|
|
"exclude-from-classmap": [
|
30 |
|
|
"/Tests/"
|
31 |
|
|
]
|
32 |
|
|
},
|
33 |
|
|
"minimum-stability": "dev",
|
34 |
|
|
"extra": {
|
35 |
|
|
"branch-alias": {
|
36 |
|
|
"dev-master": "3.3-dev"
|
37 |
|
|
}
|
38 |
|
|
}
|
39 |
|
|
}
|