rhymix/vendor/jmhobbs/swiftmailer-transport-aws-ses/composer.json
2020-04-08 00:10:06 +09:00

20 lines
407 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": "^7.0",
"swiftmailer/swiftmailer": "^6.0"
},
"autoload": {
"psr-0": { "": "classes/" }
}
}