mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
20 lines
447 B
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/" }
|
|
}
|
|
}
|