comparison vendor/pear/mail_mime/composer.json @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
1 {
2 "authors": [
3 {
4 "email": "cipri@php.net",
5 "name": "Cipriano Groenendal",
6 "role": "Lead"
7 },
8 {
9 "email": "alec@php.net",
10 "name": "Aleksander Machniak",
11 "role": "Lead"
12 }
13 ],
14 "autoload": {
15 "psr-0": {
16 "Mail": "./"
17 }
18 },
19 "description": "Mail_Mime provides classes to create MIME messages",
20 "homepage": "http://pear.php.net/package/Mail_Mime",
21 "include-path": [
22 "./"
23 ],
24 "license": "BSD-3-clause",
25 "name": "pear/mail_mime",
26 "support": {
27 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail_Mime",
28 "source": "https://github.com/pear/Mail_Mime"
29 },
30 "type": "library",
31 "require": {
32 "pear/pear-core-minimal": "*"
33 }
34 }