-
Notifications
You must be signed in to change notification settings - Fork 20
/
composer.json
44 lines (44 loc) · 1.09 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "pear/xml_rpc2",
"description": "More info available on: http://pear.php.net/package/XML_RPC2",
"type": "library",
"license": "LGPL-2.1",
"support": {
"docs": "http://pear.php.net/package/XML_RPC2",
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=XML_RPC2",
"source": "https://github.com/pear/XML_RPC2"
},
"authors": [
{
"email": "sergiosgc@php.net",
"name": "Sergio Carvalho",
"role": "Lead"
},
{
"email": "fab@php.net",
"name": "Fabien MARTY",
"role": "Developer"
},
{
"email": "jal@ambitonline.com",
"name": "Alan Langford",
"role": "Developer"
}
],
"require": {
"php": ">=5.2.0",
"pear/pear_exception": "^1.0.0",
"pear/http_request2": "^2.4.0"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"autoload": {
"psr-0": {
"XML_RPC2": ""
}
},
"include-path": [
"./"
]
}