[
    {
        "name": "symfony/event-dispatcher",
        "version": "v2.5.1",
        "version_normalized": "2.5.1.0",
        "target-dir": "Symfony/Component/EventDispatcher",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/EventDispatcher.git",
            "reference": "84533bf98da5486b9395a1d95e9184e04e14aad3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/84533bf98da5486b9395a1d95e9184e04e14aad3",
            "reference": "84533bf98da5486b9395a1d95e9184e04e14aad3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.0",
            "symfony/dependency-injection": "~2.0",
            "symfony/stopwatch": "~2.2"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2014-07-08 12:21:33",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\EventDispatcher\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            }
        ],
        "description": "Symfony EventDispatcher Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "guzzle/guzzle",
        "version": "v3.9.1",
        "version_normalized": "3.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle3.git",
            "reference": "92d9934f2fca1da15178c91239576ae26e505e60"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/92d9934f2fca1da15178c91239576ae26e505e60",
            "reference": "92d9934f2fca1da15178c91239576ae26e505e60",
            "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-05-07 17:04:22",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.8-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": "aws/aws-sdk-php",
        "version": "2.6.10",
        "version_normalized": "2.6.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/aws/aws-sdk-php.git",
            "reference": "11b56a0fc4b0e00c09d088cf31a64710653b46bc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/11b56a0fc4b0e00c09d088cf31a64710653b46bc",
            "reference": "11b56a0fc4b0e00c09d088cf31a64710653b46bc",
            "shasum": ""
        },
        "require": {
            "guzzle/guzzle": ">=3.7.0,<=3.9.9",
            "php": ">=5.3.3"
        },
        "require-dev": {
            "doctrine/cache": "~1.0",
            "ext-openssl": "*",
            "monolog/monolog": "1.4.*",
            "phpunit/phpunit": "4.*",
            "symfony/class-loader": "2.*",
            "symfony/yaml": "2.*"
        },
        "suggest": {
            "doctrine/cache": "Adds support for caching of credentials and responses",
            "ext-apc": "Allows service description opcode caching, request and response caching, and credentials caching",
            "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
            "monolog/monolog": "Adds support for logging HTTP requests and responses",
            "symfony/yaml": "Eases the ability to write manifests for creating jobs in AWS Import/Export"
        },
        "time": "2014-07-02 20:42:09",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Aws": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Amazon Web Services",
                "homepage": "http://aws.amazon.com"
            }
        ],
        "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
        "homepage": "http://aws.amazon.com/sdkforphp",
        "keywords": [
            "amazon",
            "aws",
            "cloud",
            "dynamodb",
            "ec2",
            "glacier",
            "s3",
            "sdk"
        ]
    },
    {
        "name": "amazonwebservices/aws-sdk-for-php",
        "version": "1.6.2",
        "version_normalized": "1.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/amazonwebservices/aws-sdk-for-php.git",
            "reference": "65d6bc82d6e0cd095709c342a23c749dc2f3a012"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/amazonwebservices/aws-sdk-for-php/zipball/65d6bc82d6e0cd095709c342a23c749dc2f3a012",
            "reference": "65d6bc82d6e0cd095709c342a23c749dc2f3a012",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.0"
        },
        "suggest": {
            "aws/aws-sdk-php": "You should consider upgrading to version 2 of the AWS SDK for PHP"
        },
        "time": "2013-03-15 19:43:06",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "authentication/",
                "extensions/",
                "lib/",
                "services/",
                "utilities/",
                "sdk.class.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Amazon Web Services",
                "homepage": "http://aws.amazon.com"
            }
        ],
        "description": "AWS SDK for PHP",
        "homepage": "http://aws.amazon.com/sdkforphp/",
        "keywords": [
            "amazon",
            "aws",
            "dynamodb",
            "ec2",
            "s3",
            "sdk"
        ]
    }
]
