1
|
{
|
2
|
"name": "symfony/debug",
|
3
|
"type": "library",
|
4
|
"description": "Symfony Debug 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
|
"psr/log": "~1.0"
|
21
|
},
|
22
|
"conflict": {
|
23
|
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
|
24
|
},
|
25
|
"require-dev": {
|
26
|
"symfony/class-loader": "~2.8|~3.0",
|
27
|
"symfony/http-kernel": "~2.8|~3.0"
|
28
|
},
|
29
|
"autoload": {
|
30
|
"psr-4": { "Symfony\\Component\\Debug\\": "" },
|
31
|
"exclude-from-classmap": [
|
32
|
"/Tests/"
|
33
|
]
|
34
|
},
|
35
|
"minimum-stability": "dev",
|
36
|
"extra": {
|
37
|
"branch-alias": {
|
38
|
"dev-master": "3.0-dev"
|
39
|
}
|
40
|
}
|
41
|
}
|