Mercurial > hg > rc1
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/pear/mail_mime/composer.json Thu Jan 04 15:50:29 2018 -0500 @@ -0,0 +1,34 @@ +{ + "authors": [ + { + "email": "cipri@php.net", + "name": "Cipriano Groenendal", + "role": "Lead" + }, + { + "email": "alec@php.net", + "name": "Aleksander Machniak", + "role": "Lead" + } + ], + "autoload": { + "psr-0": { + "Mail": "./" + } + }, + "description": "Mail_Mime provides classes to create MIME messages", + "homepage": "http://pear.php.net/package/Mail_Mime", + "include-path": [ + "./" + ], + "license": "BSD-3-clause", + "name": "pear/mail_mime", + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail_Mime", + "source": "https://github.com/pear/Mail_Mime" + }, + "type": "library", + "require": { + "pear/pear-core-minimal": "*" + } +}