comparison vendor/pear/net_smtp/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": "jon@php.net",
5 "name": "Jon Parise",
6 "homepage": "http://www.indelible.org",
7 "role": "Lead"
8 },
9 {
10 "email": "chuck@horde.org",
11 "name": "Chuck Hagenbuch",
12 "role": "Lead"
13 }
14 ],
15 "autoload": {
16 "psr-0": {
17 "Net": "./"
18 }
19 },
20 "description": "An implementation of the SMTP protocol",
21 "keywords": [
22 "smtp",
23 "mail",
24 "email"
25 ],
26 "include-path": [
27 "./"
28 ],
29 "license": "PHP-3.01",
30 "name": "pear/net_smtp",
31 "homepage": "http://pear.github.io/Net_SMTP/",
32 "support": {
33 "issues": "https://github.com/pear/Net_SMTP/issues",
34 "source": "https://github.com/pear/Net_SMTP"
35 },
36 "type": "library",
37 "require": {
38 "php": ">=5.4.0",
39 "pear/pear-core-minimal": "*",
40 "pear/net_socket": "*"
41 },
42 "require-dev": {
43 "phpunit/phpunit": "*"
44 },
45 "suggest": {
46 "pear/auth_sasl": "Install optionally via your project's composer.json"
47 }
48 }