1 |
cb15593b
|
Cajova-Houba
|
{
|
2 |
|
|
"name": "symfony/event-dispatcher",
|
3 |
|
|
"type": "library",
|
4 |
|
|
"description": "Symfony EventDispatcher 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/dependency-injection": "~3.3|~4.0",
|
23 |
|
|
"symfony/expression-language": "~2.8|~3.0|~4.0",
|
24 |
|
|
"symfony/config": "~2.8|~3.0|~4.0",
|
25 |
|
|
"symfony/stopwatch": "~2.8|~3.0|~4.0",
|
26 |
|
|
"psr/log": "~1.0"
|
27 |
|
|
},
|
28 |
|
|
"conflict": {
|
29 |
|
|
"symfony/dependency-injection": "<3.3"
|
30 |
|
|
},
|
31 |
|
|
"suggest": {
|
32 |
|
|
"symfony/dependency-injection": "",
|
33 |
|
|
"symfony/http-kernel": ""
|
34 |
|
|
},
|
35 |
|
|
"autoload": {
|
36 |
|
|
"psr-4": { "Symfony\\Component\\EventDispatcher\\": "" },
|
37 |
|
|
"exclude-from-classmap": [
|
38 |
|
|
"/Tests/"
|
39 |
|
|
]
|
40 |
|
|
},
|
41 |
|
|
"minimum-stability": "dev",
|
42 |
|
|
"extra": {
|
43 |
|
|
"branch-alias": {
|
44 |
|
|
"dev-master": "3.4-dev"
|
45 |
|
|
}
|
46 |
|
|
}
|
47 |
|
|
}
|