-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1.03 KB
/
composer.json
File metadata and controls
35 lines (35 loc) · 1.03 KB
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
34
35
{
"name": "secotrust/html-inspector-bundle",
"type": "symfony-bundle",
"description": "This bundle integrates HTML Inspector into the Symfony2 profiler toolbar",
"keywords": ["javascript", "profiler", "html", "css", "validator"],
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Henrik Westphal",
"email": "henrik.westphal@gmail.com"
},
{
"name": "secotrust IT GmbH & Co. KG",
"homepage": "http://www.secotrust.de/"
},
{
"name": "Community contributions",
"homepage": "https://github.com/secotrust/SecotrustHtmlInspectorBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.1"
},
"autoload": {
"psr-0": { "Secotrust\\Bundle\\HtmlInspectorBundle": "" }
},
"target-dir": "Secotrust/Bundle/HtmlInspectorBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}