{
    "name": "wildbit/laravel-postmark-provider",
    "description": "An officially supported mail provider to send mail from Laravel through Postmark, see instructions for integrating it here: https://github.com/wildbit/laravel-postmark-provider/blob/master/README.md",
    "require": {
        "wildbit/swiftmailer-postmark": "~2.0",
        "illuminate/mail": "~5.2"
    },
    "license": "MIT",
    "autoload": {
        "psr-0": {
            "Postmark\\": "src/"
        }
    }
}
