{
    "name": "daniel-zahariev/php-aws-ses",
    "description": "Send emails via Amazon Simple Email Service (SES) with REST-like interface",
    "keywords": ["amazon", "email","aws","ses", "api", "rest"],
    "homepage": "https://github.com/daniel-zahariev/php-aws-ses",
    "type": "library",
    "license": "MIT",
    "minimum-stability": "stable",
    "prefer-stable": true,
    "authors": [
        {
            "name": "Daniel Zahariev",
            "role": "developer"
        }
    ],
    "autoload": {
        "classmap": ["src/"]
    },
    "require": {
        "php": ">=5.0.0",
        "ext-curl": "*",
        "ext-simplexml": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.1",
        "phpunit/php-code-coverage": "^6.0",
        "fzaninotto/faker": "^1.7",
        "phpspec/prophecy": "~1.0"
    }
}
