{
    "packages": [
        {
            "name": "phpxmlrpc/phpxmlrpc",
            "version": "4.9.0",
            "version_normalized": "4.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/gggeek/phpxmlrpc.git",
                "reference": "cf6e605e09d001ce520bfa8e7b168cfa514e663b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/gggeek/phpxmlrpc/zipball/cf6e605e09d001ce520bfa8e7b168cfa514e663b",
                "reference": "cf6e605e09d001ce520bfa8e7b168cfa514e663b",
                "shasum": ""
            },
            "require": {
                "ext-xml": "*",
                "php": "^5.3.0 || ^7.0 || ^8.0"
            },
            "conflict": {
                "phpxmlrpc/extras": "<= 0.6.3"
            },
            "require-dev": {
                "ext-curl": "*",
                "ext-dom": "*",
                "ext-mbstring": "*",
                "phpunit/phpunit": "^4.8 || ^5.0 || ^8.5.14",
                "phpunit/phpunit-selenium": "*",
                "yoast/phpunit-polyfills": "*"
            },
            "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",
                "phpxmlrpc/extras": "Adds more featured Server classes and other useful bits",
                "phpxmlrpc/jsonrpc": "Adds support for the JSON-RPC protocol"
            },
            "time": "2022-11-28T10:04:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "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": "https://gggeek.github.io/phpxmlrpc/",
            "keywords": [
                "webservices",
                "xml-rpc",
                "xmlrpc"
            ],
            "support": {
                "issues": "https://github.com/gggeek/phpxmlrpc/issues",
                "source": "https://github.com/gggeek/phpxmlrpc/tree/4.9.0"
            },
            "install-path": "../phpxmlrpc/phpxmlrpc"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
