{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "content-hash": "175c31676692e60ec3538b3a8ddc767d", "packages": [ { "name": "phpxmlrpc/phpxmlrpc", "version": "4.3.1", "source": { "type": "git", "url": "https://github.com/gggeek/phpxmlrpc.git", "reference": "95f8828db62a6cb0e7a725136e75f12536892082" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/gggeek/phpxmlrpc/zipball/95f8828db62a6cb0e7a725136e75f12536892082", "reference": "95f8828db62a6cb0e7a725136e75f12536892082", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=5.3.0" }, "require-dev": { "codeclimate/php-test-reporter": "dev-master", "docbook/docbook-xsl": "~1.78", "ext-curl": "*", "ext-mbstring": "*", "indeyets/pake": "~1.99", "phpunit/phpunit": ">=4.0.0, <6.0.0", "phpunit/phpunit-selenium": "*", "sami/sami": "~3.1" }, "suggest": { "ext-curl": "Needed for HTTPS and HTTP 1.1 support, NTLM Auth etc...", "ext-mbstring": "Needed to allow reception of requests/responses in character sets other than ASCII,LATIN-1,UTF-8", "ext-zlib": "Needed for sending compressed requests and receiving compressed responses, if cURL is not available" }, "type": "library", "autoload": { "psr-4": { "PhpXmlRpc\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "A php library for building xmlrpc clients and servers", "homepage": "http://gggeek.github.io/phpxmlrpc/", "keywords": [ "webservices", "xmlrpc" ], "time": "2018-01-20T15:17:09+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }