Mercurial > hg > rc1
comparison vendor/pear/net_sieve/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 | 05c4c32948af |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
1 { | |
2 "authors": [ | |
3 { | |
4 "email": "jan@horde.org", | |
5 "name": "Jan Schneider", | |
6 "role": "Lead" | |
7 }, | |
8 { | |
9 "email": "richard@php.net", | |
10 "name": "Richard Heyes", | |
11 "role": "Lead" | |
12 }, | |
13 { | |
14 "email": "damlists@cnba.uba.ar", | |
15 "name": "Damian Fernandez Sosa", | |
16 "role": "Lead" | |
17 }, | |
18 { | |
19 "email": "amistry@am-productions.biz", | |
20 "name": "Anish Mistry", | |
21 "role": "Lead" | |
22 } | |
23 ], | |
24 "autoload": { | |
25 "classmap": [ | |
26 "./" | |
27 ] | |
28 }, | |
29 "description": "More info available on: http://pear.php.net/package/Net_Sieve", | |
30 "license": "BSD", | |
31 "name": "pear/net_sieve", | |
32 "support": { | |
33 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_Sieve", | |
34 "source": "https://github.com/pear/Net_Sieve" | |
35 }, | |
36 "type": "library", | |
37 "require": { | |
38 "pear/pear-core-minimal": "*", | |
39 "pear/net_socket": "*" | |
40 }, | |
41 "require-dev": { | |
42 "phpunit/phpunit": "~5.7.15" | |
43 }, | |
44 "suggest": { | |
45 "pear/auth_sasl": "Install optionally via your project's composer.json" | |
46 } | |
47 } |