forked from fprochazka/Nette-Session-DebugBar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 785 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
36
{
"name": "kdyby/nette-session-panel",
"description": "Nette DebugBar panel, that allows you inspect your sessions.",
"keywords": ["nette", "session", "panel"],
"license": ["BSD-3", "GPLv2", "GPLv3"],
"homepage": "http://kdyby.org",
"authors": [
{
"name": "Filip Procházka",
"homepage": "http://filip-prochazka.com/"
},
{
"name": "Pavel Železný",
"homepage": "http://pavelzelezny.cz/"
},
{
"name": "Jáchym Toušek",
"homepage": "http://enumag.cz/",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"nette/di": "~3.0",
"nette/http": "~3.0",
"nette/utils": "~3.0",
"tracy/tracy": "~2.7",
"nette/bootstrap": "~3.0",
"latte/latte": "~v2.8"
},
"autoload": {
"psr-4": {
"Kdyby\\SessionPanel\\": "src"
}
}
}