Add extras classes to composer classmap

This commit is contained in:
Marcus Bointon 2015-04-23 10:53:31 +02:00
parent 245d73be7f
commit 095193b5ed
2 changed files with 8 additions and 1 deletions

View File

@ -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**

View File

@ -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"
}