-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.07 KB
/
composer.json
File metadata and controls
43 lines (43 loc) · 1.07 KB
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
41
42
43
{
"authors": [
{
"email": "l.alberton@quipo.it",
"name": "Lorenzo Alberton",
"role": "Lead"
},
{
"email": "marco.sottana@gmail.com",
"name": "Marco Xot",
"role": "Lead"
}
],
"autoload": {
"psr-0": {
"Mail": "./"
}
},
"description": "More info available on: http://pear.php.net/package/Mail_Queue",
"include-path": [
"./"
],
"license": "BSD-2-Clause",
"name": "marco76tv/mail_queue2",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail_Queue",
"source": "https://github.com/marco76tv/mail_queue2"
},
"type": "library",
"require": {
"pear/pear": "*",
"pear/mail": "*",
"pear/mail_mime": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"suggest": {
"pear/db": "For DB database support",
"pear/mdb": "For MDB database support",
"pear/mdb2": "For MDB2 database support"
}
}