forked from UFOMelkor/PhpMetricsCollectorBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 840 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
{
"name": "halleck45/phpmetrics-collector-bundle",
"description": "Display PhpMetrics informations in Symfony2 Debug bar",
"keywords": ["symfony2", "phpmetrics"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Jean-François Lépine",
"homepage": "http://blog.lepine.pro"
}
],
"require": {
"halleck45/phpmetrics": ">=1.2.0"
},
"require-dev": {
"symfony/framework-bundle": ">=2.2,<3",
"symfony/finder": ">=2.2,<3",
"symfony/web-profiler-bundle": ">=2.2,<3",
"symfony/class-loader": ">=2.2,<3",
"symfony/twig-bundle": ">=2.2,<3",
"symfony/browser-kit": ">=2.2,<3"
},
"autoload": {
"psr-0": {
"Hal\\Bundle\\PhpMetricsCollector\\": [ "src/"]
}
}
}