[
    {
        "name": "psr/log",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
            "shasum": ""
        },
        "time": "2012-12-21 11:40:51",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Psr\\Log\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "analog/analog",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/jbroadway/analog.git",
            "reference": "6f46f23ac5696ce19a8088fc2346f524ba35ef61"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jbroadway/analog/zipball/6f46f23ac5696ce19a8088fc2346f524ba35ef61",
            "reference": "6f46f23ac5696ce19a8088fc2346f524ba35ef61",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "psr/log": "1.*"
        },
        "time": "2014-07-15 16:23:19",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Analog": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Johnny Broadway",
                "email": "johnny@johnnybroadway.com",
                "homepage": "http://www.johnnybroadway.com/",
                "role": "Main Developer"
            }
        ],
        "description": "PHP 5.3+ micro logging class that can be extended via closures. Includes several pre-built handlers including file, mail, syslog, HTTP post, and MongoDB.",
        "homepage": "https://github.com/jbroadway/analog",
        "keywords": [
            "alerts",
            "debug",
            "debugging",
            "error",
            "log",
            "logger",
            "logging",
            "syslog"
        ]
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v2.6.1",
        "version_normalized": "2.6.1.0",
        "target-dir": "Symfony/Component/EventDispatcher",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/EventDispatcher.git",
            "reference": "720fe9bca893df7ad1b4546649473b5afddf0216"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/720fe9bca893df7ad1b4546649473b5afddf0216",
            "reference": "720fe9bca893df7ad1b4546649473b5afddf0216",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.0",
            "symfony/dependency-injection": "~2.6",
            "symfony/expression-language": "~2.6",
            "symfony/stopwatch": "~2.2"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2014-12-02 20:19:20",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\EventDispatcher\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony EventDispatcher Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "guzzle/guzzle",
        "version": "v3.9.2",
        "version_normalized": "3.9.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle3.git",
            "reference": "54991459675c1a2924122afbb0e5609ade581155"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/54991459675c1a2924122afbb0e5609ade581155",
            "reference": "54991459675c1a2924122afbb0e5609ade581155",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.3.3",
            "symfony/event-dispatcher": "~2.1"
        },
        "replace": {
            "guzzle/batch": "self.version",
            "guzzle/cache": "self.version",
            "guzzle/common": "self.version",
            "guzzle/http": "self.version",
            "guzzle/inflection": "self.version",
            "guzzle/iterator": "self.version",
            "guzzle/log": "self.version",
            "guzzle/parser": "self.version",
            "guzzle/plugin": "self.version",
            "guzzle/plugin-async": "self.version",
            "guzzle/plugin-backoff": "self.version",
            "guzzle/plugin-cache": "self.version",
            "guzzle/plugin-cookie": "self.version",
            "guzzle/plugin-curlauth": "self.version",
            "guzzle/plugin-error-response": "self.version",
            "guzzle/plugin-history": "self.version",
            "guzzle/plugin-log": "self.version",
            "guzzle/plugin-md5": "self.version",
            "guzzle/plugin-mock": "self.version",
            "guzzle/plugin-oauth": "self.version",
            "guzzle/service": "self.version",
            "guzzle/stream": "self.version"
        },
        "require-dev": {
            "doctrine/cache": "~1.3",
            "monolog/monolog": "~1.0",
            "phpunit/phpunit": "3.7.*",
            "psr/log": "~1.0",
            "symfony/class-loader": "~2.1",
            "zendframework/zend-cache": "2.*,<2.3",
            "zendframework/zend-log": "2.*,<2.3"
        },
        "time": "2014-08-11 04:32:36",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Guzzle": "src/",
                "Guzzle\\Tests": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Guzzle Community",
                "homepage": "https://github.com/guzzle/guzzle/contributors"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "twitter/typeahead.js",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/twitter/typeahead.js.git",
            "reference": "0fd2467baa3e0593b91794b485be0bd725b7d2cb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twitter/typeahead.js/zipball/0fd2467baa3e0593b91794b485be0bd725b7d2cb",
            "reference": "0fd2467baa3e0593b91794b485be0bd725b7d2cb",
            "shasum": ""
        },
        "time": "2014-10-01 14:38:12",
        "type": "library",
        "installation-source": "source",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Twitter Inc.",
                "homepage": "https://twitter.com/twitteross"
            }
        ],
        "description": "fast and fully-featured autocomplete library",
        "homepage": "http://twitter.github.com/typeahead.js",
        "keywords": [
            "autocomplete",
            "typeahead"
        ]
    },
    {
        "name": "silex/ckan_client",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/OpenDevelopmentMekong/CKAN_PHP.git",
            "reference": "3914a98e982a185f92cb32432893595944c8b427"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/OpenDevelopmentMekong/CKAN_PHP/zipball/3914a98e982a185f92cb32432893595944c8b427",
            "reference": "3914a98e982a185f92cb32432893595944c8b427",
            "shasum": ""
        },
        "require": {
            "guzzle/guzzle": "*"
        },
        "require-dev": {
            "behat/behat": "2.4.*@stable",
            "phpunit/phpunit": "3.7@stable"
        },
        "time": "2014-12-16 19:00:35",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Silex\\ckan": "src/",
                "Silex\\ckan\\tests": "test/"
            }
        },
        "support": {
            "source": "https://github.com/OpenDevelopmentMekong/CKAN_PHP/tree/master"
        }
    }
]
