diff --git a/yii/swiftmailer/Mailer.php b/Mailer.php similarity index 100% rename from yii/swiftmailer/Mailer.php rename to Mailer.php diff --git a/yii/swiftmailer/Message.php b/Message.php similarity index 100% rename from yii/swiftmailer/Message.php rename to Message.php diff --git a/composer.json b/composer.json index bbab7eb..e995b2f 100644 --- a/composer.json +++ b/composer.json @@ -24,5 +24,6 @@ }, "autoload": { "psr-0": { "yii\\swiftmailer\\": "" } - } + }, + "target-dir": "yii/swiftmailer" }