rhymix/vendor/jmhobbs/swiftmailer-transport-aws-ses/composer.json

20 lines
447 B
JSON

{
"name": "jmhobbs/swiftmailer-transport-aws-ses",
"type": "library",
"description": "Add AWS SES support to Swiftmailer",
"keywords": [ "email", "swiftmailer", "SES", "AWS" ],
"license": "MIT",
"authors": [
{
"name": "John Hobbs",
"email": "john@velvetcache.org"
}
],
"require": {
"php": ">=5.2.0",
"swiftmailer/swiftmailer": ">=4.0.0"
},
"autoload": {
"psr-0": { "": "classes/" }
}
}