Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / debug / composer.json
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|>=7.0.8",
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/http-kernel": "~2.8|~3.0|~4.0"
27     },
28     "autoload": {
29         "psr-4": { "Symfony\\Component\\Debug\\": "" },
30         "exclude-from-classmap": [
31             "/Tests/"
32         ]
33     },
34     "minimum-stability": "dev",
35     "extra": {
36         "branch-alias": {
37             "dev-master": "3.4-dev"
38         }
39     }
40 }