-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathcomposer.json
35 lines (35 loc) · 928 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
34
35
{
"name": "alert/kohana_profiler_toolbar",
"version": "0.2.10",
"description": "ProfilerToolbar display useful stats and information in a toolbar at the top of the page.",
"homepage": "http://alertdevelop.ru/projects/profilertoolbar",
"type": "kohana-module",
"license": "WTFPL-2.0",
"authors": [
{
"name": "Alert",
"email": "[email protected]",
"homepage": "http://alertdevelop.ru",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"kohana/core": "3.3.*@dev"
},
"autoload": {
"classmap": [
"classes/"
]
},
"extra": {
"installer-paths": {
"vendor/kohana/modules/{$name}/": [
"type:kohana-module"
]
}
},
"support": {
"issues": "https://github.com/Alert/profilertoolbar/issues"
}
}