{
    "name": "aws/aws-sdk-php",
    "homepage": "http://aws.amazon.com/sdkforphp2",
    "description":"AWS SDK for PHP",
    "keywords":["aws","amazon","sdk","s3","ec2","dynamodb"],
    "type":"library",
    "license":"Apache-2.0",
    "authors":[
        {
            "name":"Amazon Web Services",
            "homepage":"http://aws.amazon.com"
        }
    ],
    "require": {
        "php": ">=5.3.3",
        "guzzle/guzzle": "~3.4.3"
    },
    "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"
    },
    "require-dev": {
        "doctrine/common": "2.3.*",
        "ext-apc": "*",
        "ext-openssl": "*",
        "monolog/monolog": "1.4.*",
        "phpunit/phpunit": "3.7.*",
        "symfony/class-loader": "2.*",
        "symfony/yaml": "2.*"
    },
    "autoload": {
        "psr-0": {
            "Aws": "src/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.2.x-dev"
        }
    }
}
