forked from Elao/WebProfilerExtraBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 969 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "elao/web-profiler-extra-bundle",
"type": "symfony-bundle",
"description": "Add routing, container, assetic & twig information inside the profiler",
"keywords": ["elao", "profiler", "extra", "bundle"],
"homepage": "http://github.com/Elao/WebProfilerExtraBundle",
"license": "MIT",
"authors": [
{
"name": "Elao Team",
"homepage": "http://www.elao.com"
},
{
"name": "Contributors",
"homepage": "http://github.com/Elao/WebProfilerExtraBundle/contributors"
}
],
"require": {
"symfony/framework-bundle": ">=2.2,<2.4-dev",
"symfony/twig-bundle": ">=2.2,<2.4-dev"
},
"autoload": {
"psr-0": {
"Elao\\WebProfilerExtraBundle": "."
}
},
"target-dir": "Elao/WebProfilerExtraBundle",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
}
}