[
    {
        "name": "pear/http_request2",
        "version": "v2.4.1",
        "version_normalized": "2.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/HTTP_Request2.git",
            "reference": "72d3992d04d2de38c8d1162eae79a507394884c2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/HTTP_Request2/zipball/72d3992d04d2de38c8d1162eae79a507394884c2",
            "reference": "72d3992d04d2de38c8d1162eae79a507394884c2",
            "shasum": ""
        },
        "require": {
            "pear/net_url2": "^2.2.0",
            "pear/pear_exception": "^1.0.0",
            "php": ">=5.6.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^3.7|^4.8|^5.7"
        },
        "suggest": {
            "ext-curl": "Allows using cURL as a request backend.",
            "ext-fileinfo": "Adds support for looking up mime-types using finfo.",
            "ext-openssl": "Allows handling SSL requests when not using cURL.",
            "ext-zlib": "Allows handling gzip compressed responses."
        },
        "time": "2020-08-01T09:06:26+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "HTTP_Request2": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Alexey Borzov",
                "email": "avb@php.net"
            }
        ],
        "description": "Provides an easy way to perform HTTP requests.",
        "homepage": "https://pear.php.net/package/HTTP_Request2",
        "keywords": [
            "PEAR",
            "curl",
            "http",
            "request"
        ]
    },
    {
        "name": "pear/net_url2",
        "version": "v2.2.2",
        "version_normalized": "2.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Net_URL2.git",
            "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Net_URL2/zipball/07fd055820dbf466ee3990abe96d0e40a8791f9d",
            "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.1.4"
        },
        "require-dev": {
            "phpunit/phpunit": ">=3.3.0"
        },
        "time": "2017-08-25T06:16:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "Net/URL2.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "David Coallier",
                "email": "davidc@php.net"
            },
            {
                "name": "Tom Klingenberg",
                "email": "tkli@php.net"
            },
            {
                "name": "Christian Schmidt",
                "email": "chmidt@php.net"
            }
        ],
        "description": "Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.",
        "homepage": "https://github.com/pear/Net_URL2",
        "keywords": [
            "PEAR",
            "net",
            "networking",
            "rfc3986",
            "uri",
            "url"
        ]
    },
    {
        "name": "pear/pear_exception",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/PEAR_Exception.git",
            "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
            "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
            "shasum": ""
        },
        "require": {
            "php": ">=4.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "time": "2019-12-10T10:24:42+00:00",
        "type": "class",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "PEAR/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "."
        ],
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Helgi Thormar",
                "email": "dufuz@php.net"
            },
            {
                "name": "Greg Beaver",
                "email": "cellog@php.net"
            }
        ],
        "description": "The PEAR Exception base class.",
        "homepage": "https://github.com/pear/PEAR_Exception",
        "keywords": [
            "exception"
        ]
    }
]
