0
|
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",
|
35
|
30 "license": "BSD-2-Clause",
|
0
|
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": {
|
35
|
38 "pear/pear-core-minimal": "~1.10",
|
|
39 "pear/net_socket": "~1.2"
|
0
|
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 }
|