comparison vendor/pear/auth_sasl/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": "amistry@am-productions.biz",
5 "name": "Anish Mistry",
6 "role": "Lead"
7 },
8 {
9 "email": "richard@php.net",
10 "name": "Richard Heyes",
11 "role": "Lead"
12 },
13 {
14 "email": "michael@bretterklieber.com",
15 "name": "Michael Bretterklieber",
16 "role": "Lead"
17 }
18 ],
19 "autoload": {
20 "psr-0": {
21 "Auth": "./"
22 }
23 },
24 "description": "Abstraction of various SASL mechanism responses",
25 "include-path": [
26 "./"
27 ],
28 "license": "BSD",
29 "name": "pear/auth_sasl",
30 "support": {
31 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Auth_SASL",
32 "source": "https://github.com/pear/Auth_SASL"
33 },
34 "type": "library",
35 "require": {
36 "pear/pear_exception": "@stable"
37 },
38 "require-dev": {
39 "phpunit/phpunit": "@stable"
40 }
41 }