forked from nextras/mail-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 858 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
37
{
"name": "nextras/mail-panel",
"type": "library",
"description": "MailPanel is extension for Nette Framework which captures sent e-mails in development mode and shows them in debugger bar.",
"keywords": ["framework", "debugging", "mail", "mail panel", "mailpanel", "mailing"],
"license": ["BSD-3-Clause"],
"authors": [
{
"name": "Jan Drábek",
"homepage": "http://www.jandrabek.cz"
},
{
"name": "Jan Marek",
"homepage": "http://www.janmarek.net"
},
{
"name": "Jan Škrášek",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3",
"nette/mail": "~2.3.1 || ~2.4",
"nette/utils": "~2.2",
"nette/http": "~2.2",
"latte/latte": "~2.2",
"tracy/tracy": "~2.3"
},
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-4": { "Nextras\\MailPanel\\": "src/" }
}
}