mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
20 lines
407 B
JSON
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/" }
|
|
}
|
|
}
|