forked from lonnieezell/codeigniter-forensics
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
25 lines (25 loc) · 910 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
{
"name": "codeigniterpower/codeigniter-profiler",
"description": "Codeigniter powered profiler for normal codeigniters: A high-powered, customizable Profiler replacement for CodeIgniter.",
"license": "MIT",
"keywords": [
"codeigniter", "spark", "profiler", "debug", "venenux", "linux", "php", "codeigniterpower"
],
"authors": [
{
"name": "PICCORO Lenz McKAY",
"email": "[email protected]",
"role": "Developer"
}
],
"homepage": "https://github.com/codeigniterpower/codeigniter-profiler",
"support": {
"issues": "https://github.com/codeigniterpower/codeigniter-profiler/issues",
"source": "https://github.com/codeigniterpower/codeigniter-profiler/"
},
"type": "codeigniter-third-party",
"require": {
"compwright/codeigniter-installers": "*",
"php": ">=5.3.0"
}
}