[
    {
        "name": "pear-pear.php.net/Net_URL2",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "dist": {
            "type": "file",
            "url": "http://pear.php.net/get/Net_URL2-2.0.0.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "php": ">=5.0.0.0"
        },
        "replace": {
            "pear-pear/net_url2": "== 2.0.0.0"
        },
        "type": "pear-library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "include-path": [
            "/"
        ],
        "description": "Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs."
    },
    {
        "name": "pear-pear.php.net/XML_Util",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "dist": {
            "type": "file",
            "url": "http://pear.php.net/get/XML_Util-1.2.1.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "ext-pcre": "*",
            "php": ">=4.3.0.0"
        },
        "replace": {
            "pear-pear/xml_util": "== 1.2.1.0"
        },
        "type": "pear-library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "include-path": [
            "/"
        ],
        "description": "Selection of methods that are often needed when working with XML documents.  Functionality includes creating of attribute lists from arrays, creation of tags, validation of XML names and more."
    },
    {
        "name": "pear-pear.php.net/Console_Getopt",
        "version": "1.3.1",
        "version_normalized": "1.3.1.0",
        "dist": {
            "type": "file",
            "url": "http://pear.php.net/get/Console_Getopt-1.3.1.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "php": ">=4.3.0.0"
        },
        "replace": {
            "pear-pear/console_getopt": "== 1.3.1.0"
        },
        "type": "pear-library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "include-path": [
            "/"
        ],
        "description": "This is a PHP implementation of &quot;getopt&quot; supporting both\nshort and long options."
    },
    {
        "name": "pear-pear.php.net/Structures_Graph",
        "version": "1.0.4",
        "version_normalized": "1.0.4.0",
        "dist": {
            "type": "file",
            "url": "http://pear.php.net/get/Structures_Graph-1.0.4.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "php": ">=4.2.0.0"
        },
        "replace": {
            "pear-pear/structures_graph": "== 1.0.4.0"
        },
        "type": "pear-library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "include-path": [
            "/"
        ],
        "description": "Structures_Graph is a package for creating and manipulating graph datastructures. It allows building of directed\nand undirected graphs, with data and metadata stored in nodes. The library provides functions for graph traversing\nas well as for characteristic extraction from the graph topology."
    },
    {
        "name": "pear-pear.php.net/Archive_Tar",
        "version": "1.3.11",
        "version_normalized": "1.3.11.0",
        "dist": {
            "type": "file",
            "url": "http://pear.php.net/get/Archive_Tar-1.3.11.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "php": ">=4.3.0.0"
        },
        "replace": {
            "pear-pear/archive_tar": "== 1.3.11.0"
        },
        "type": "pear-library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "include-path": [
            "/"
        ],
        "description": "This class provides handling of tar files in PHP.\nIt supports creating, listing, extracting and adding to tar files.\nGzip support is available if PHP has the zlib extension built-in or\nloaded. Bz2 compression is also supported with the bz2 extension loaded."
    },
    {
        "name": "pear-pear.php.net/PEAR",
        "version": "1.9.4",
        "version_normalized": "1.9.4.0",
        "dist": {
            "type": "file",
            "url": "http://pear.php.net/get/PEAR-1.9.4.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "ext-pcre": "*",
            "ext-xml": "*",
            "pear-pear.php.net/archive_tar": ">=1.3.7.0",
            "pear-pear.php.net/console_getopt": ">=1.2.0.0",
            "pear-pear.php.net/structures_graph": ">=1.0.2.0",
            "pear-pear.php.net/xml_util": ">=1.2.0.0",
            "php": ">=4.4.0.0,!=5.0.0.0,!=5.1.0.0,!=5.1.1.0,!=5.1.2.0,!=5.1.3.0,!=5.1.4.0,!=5.1.5.0"
        },
        "conflict": {
            "pear-pear.php.net/pear_frontend_gtk": "<0.4.0.0",
            "pear-pear.php.net/pear_frontend_web": "<=0.4.0.0"
        },
        "replace": {
            "pear-pear/pear": "== 1.9.4.0"
        },
        "type": "pear-library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "include-path": [
            "/"
        ],
        "description": "The PEAR package contains:\n * the PEAR installer, for creating, distributing\n   and installing packages\n * the PEAR_Exception PHP5 error handling mechanism\n * the PEAR_ErrorStack advanced error handling mechanism\n * the PEAR_Error error handling mechanism\n * the OS_Guess class for retrieving info about the OS\n   where PHP is running on\n * the System class for quick handling of common operations\n   with files and directories\n * the PEAR base class\n  Features in a nutshell:\n  * full support for channels\n  * pre-download dependency validation\n  * new package.xml 2.0 format allows tremendous flexibility while maintaining BC\n  * support for optional dependency groups and limited support for sub-packaging\n  * robust dependency support\n  * full dependency validation on uninstall\n  * remote install for hosts with only ftp access - no more problems with\n    restricted host installation\n  * full support for mirroring\n  * support for bundling several packages into a single tarball\n  * support for static dependencies on a url-based package\n  * support for custom file roles and installation tasks"
    },
    {
        "name": "pear-pear.php.net/HTTP_Request2",
        "version": "2.1.1",
        "version_normalized": "2.1.1.0",
        "dist": {
            "type": "file",
            "url": "http://pear.php.net/get/HTTP_Request2-2.1.1.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "pear-pear.php.net/net_url2": ">=2.0.0.0",
            "pear-pear.php.net/pear": ">=1.9.2.0",
            "php": ">=5.2.0.0"
        },
        "replace": {
            "pear-pear/http_request2": "== 2.1.1.0"
        },
        "type": "pear-library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "include-path": [
            "/"
        ],
        "description": "PHP5 rewrite of HTTP_Request package (with parts of HTTP_Client). Provides\ncleaner API and pluggable Adapters:\n  * Socket adapter, based on old HTTP_Request code,\n  * Curl adapter, wraps around PHP's cURL extension,\n  * Mock adapter, to use for testing packages dependent on HTTP_Request2.\nSupports POST requests with data and file uploads, basic and digest\nauthentication, cookies, managing cookies across requests, proxies, gzip and\ndeflate encodings, redirects, monitoring the request progress with Observers..."
    },
    {
        "name": "pear-pear.php.net/HTTP_OAuth",
        "version": "0.2.3",
        "version_normalized": "0.2.3.0",
        "dist": {
            "type": "file",
            "url": "http://pear.php.net/get/HTTP_OAuth-0.2.3.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "ext-date": "*",
            "ext-hash": "*",
            "ext-spl": "*",
            "pear-pear.php.net/http_request2": ">=0.5.1.0",
            "pear-pear.php.net/pear": ">=1.4.0.0",
            "php": ">=5.1.2.0"
        },
        "replace": {
            "pear-pear/http_oauth": "== 0.2.3.0"
        },
        "type": "pear-library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "include-path": [
            "/"
        ],
        "description": "Allows the use of the consumer and provider angles of the OAuth 1.0a specification"
    }
]
