Update composer dependencies and add SES transport

This commit is contained in:
Kijin Sung 2016-05-06 17:33:43 +09:00
parent 7cb194439f
commit a12722ad79
97 changed files with 1516 additions and 409 deletions

View file

@ -12,4 +12,5 @@ return array(
'JBBCode' => array($vendorDir . '/jbbcode/jbbcode'),
'Hautelook' => array($vendorDir . '/hautelook/phpass/src'),
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
'' => array($vendorDir . '/jmhobbs/swiftmailer-transport-aws-ses/classes'),
);