46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
|
"name": "phpxmlrpc/phpxmlrpc",
|
|
"description": "A php library for building xmlrpc clients and servers",
|
|
"license": "BSD-3-Clause",
|
|
"homepage": "http://gggeek.github.io/phpxmlrpc/",
|
|
"keywords": [ "xmlrpc", "webservices" ],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"ext-xml": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">=4.0.0",
|
|
"phpunit/phpunit-selenium": "*",
|
|
"codeclimate/php-test-reporter": "dev-master",
|
|
"ext-curl": "*",
|
|
"ext-mbstring": "*",
|
|
"indeyets/pake": "~1.99",
|
|
"sami/sami": "~3.1",
|
|
"docbook/docbook-xsl": "~1.78"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "Needed for HTTPS and HTTP 1.1 support, NTLM Auth etc...",
|
|
"ext-zlib": "Needed for sending compressed requests and receiving compressed responses, if cURL is not available",
|
|
"ext-mbstring": "Needed to allow reception of requests/responses in character sets other than ASCII,LATIN-1,UTF-8"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"PhpXmlRpc\\": "src/"}
|
|
},
|
|
"config": {
|
|
"secure-http": false
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "package",
|
|
"package": {
|
|
"name": "docbook/docbook-xsl",
|
|
"version": "1.78.1",
|
|
"dist": {
|
|
"url": "https://sourceforge.net/projects/docbook/files/docbook-xsl/1.78.1/docbook-xsl-1.78.1.zip/download",
|
|
"type": "zip"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|