forked from pear/Mail_mimeDecode
-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
37 lines (37 loc) · 864 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
{
"authors": [
{
"email": "[email protected]",
"name": "Cipriano Groenendal",
"role": "Lead"
},
{
"email": "[email protected]",
"name": "Aleksander Machniak",
"role": "Lead"
}
],
"autoload": {
"psr-0": {
"Mail_mimeDecode": ""
}
},
"description": "More info available on: http://pear.php.net/package/Mail_mimeDecode",
"include-path": [
"./"
],
"license": "BSD-2-Clause",
"name": "pear/mail_mime-decode",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail_mimeDecode",
"source": "https://github.com/dreamfactorysoftware/Mail_mimeDecode"
},
"type": "library",
"require": {
"pear/pear-core-minimal": "~1"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"minimum-stability": "dev"
}