{
    "repositories": [{
        "type": "composer",
        "url": "https://packagist.org"
    }],
    "name": "wildbit/swiftmailer-postmark",
    "description": "A Swiftmailer Transport for Postmark.",
    "require": {
        "swiftmailer/swiftmailer": ">=4.1.5",
        "guzzlehttp/guzzle": "~6.0"
    },
    "require-dev": {
        "phpunit/phpunit": "~4.5"
    },
    "license": "MIT",
    "autoload": {
        "psr-0": {
            "Postmark\\": "src/"
        }
    },
    "autoload-dev": {
        "classmap": [
            "src/",
            "tests/"
        ]
    },
    "scripts" : {
      "test" : "phpunit"  
    },
    "suggest": {
        "wildbit/laravel-postmark-provider": "~1.0"
    },
    "authors": [{
        "name": "Postmark",
        "email": "support@postmarkapp.com"
    }]
}
