-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
40 lines (40 loc) · 1006 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
38
39
40
{
"name": "jublonet/eric",
"description" : "The easy way to send MIME mails with PHP.",
"keywords": [
"email",
"mail",
"MIME",
"send",
"attachments",
"messages",
"communication"
],
"homepage": "http://www.jublo.net/projects/eric",
"license": "GPL-3.0+",
"authors": [
{
"name": "Joshua Atkins",
"email": "joshua.atkins@jublo.net",
"homepage": "http://atkins.im/",
"role": "Developer"
},
{
"name": "J.M.",
"email": "jm@jublo.net",
"homepage": "http://mynetx.net/",
"role": "Developer"
}
],
"support": {
"email": "support@jublo.net",
"issues": "https://github.com/jublonet/eric/issues",
"source": "https://github.com/jublonet/eric/releases"
},
"require": {
"composer/installers": "~1.0"
},
"autoload": {
"classmap": ["src/"]
}
}