Skip to content

Commit

Permalink
Add extras classes to composer classmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Apr 23, 2015
1 parent 245d73b commit 095193b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* Add MIME multipart preamble for better Outlook compatibility
* Provide detailed errors when individual recipients fail
* Report more errors when connecting
* Add extras classes to composer classmap

## Version 5.2.9 (Sept 25th 2014)
* **Important: The autoloader is no longer autoloaded by the PHPMailer class**
Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@
"phpunit/phpunit": "4.3.*"
},
"autoload": {
"classmap": ["class.phpmailer.php", "class.pop3.php", "class.smtp.php"]
"classmap": [
"class.phpmailer.php",
"class.smtp.php",
"class.pop3.php",
"extras/EasyPeasyICS.php",
"extras/ntlm_sasl_client.php"
]
},
"license": "LGPL-2.1"
}

0 comments on commit 095193b

Please sign in to comment.