0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 10:02:14 +02:00
Commit Graph

23 Commits

Author SHA1 Message Date
Elan Ruusamäe
afb1302611 composer: indicate ctype ext being used (#937) 2017-05-11 00:25:01 +01:00
Marcus Bointon
bf03eda8f6
Package downgrades to run tests on PHP 5.3 2017-03-15 15:13:09 +01:00
Marcus Bointon
c385749c11
Downgrade packages for BC with PHP 5.3 tests 2017-03-15 14:55:19 +01:00
Marcus Bointon
2ceafa2e84
Downgrade packages for BC with PHP 5.3 tests 2017-03-15 14:05:43 +01:00
Marcus Bointon
042ea958cb
Downgrade Zend packages for BC with PHP 5.3 tests 2017-03-15 12:56:46 +01:00
Ramon van Belzen
70da1b419d composer: phpunit 4.8 (#940)
switch from 4.7 to 4.8 (latest stable) of phpunit
2017-03-06 23:05:44 +01:00
Synchro
df2a2dfc79 Point at Google-specific OAuth2 lib since that's the only provider supported in 5.2.x 2016-01-07 18:35:00 +01:00
sherryl4george
2116208ab0 Resolve Scope issues which results in auth failure 2015-12-08 02:08:46 +05:30
Marcus Bointon
c24f242d9b Fix xoauth package suggestions 2015-10-23 14:59:55 +02:00
Marcus Bointon
de8e32f842 Rename oauth class 2015-09-14 10:58:04 +02:00
Marcus Bointon
14ace3da7b Merge branch 'master' of ssh://github.com/PHPMailer/PHPMailer 2015-09-04 10:45:19 +02:00
Frederik Bosch
df582f0a56 Remove guzzle, suggest oauth2 2015-09-02 12:21:21 +02:00
Frederik Bosch
126ffa991f Do no require a dependency that is not required
First of all, do not require dependencies that are not required for PHPMailer to work. It works perfectly without. Secondly, the majority of the users will not use Gmail's XOAUTH2 authentication system and do not need these additional dependencies. Thirdly, guzzle and league packages are used a lot. Therefore you make it hard for people that were already using these packages to newer versions of PHPMailer.
2015-09-02 12:01:43 +02:00
Marcus Bointon
3bcec0700e Update deps 2015-07-07 15:59:22 +01:00
Synchro
e874b2a14b Code cleanups 2015-05-19 17:36:29 +02:00
sherryl4george
b4cf92e843 XOAUTH Changes 2015-05-19 16:13:33 +02:00
Marcus Bointon
095193b5ed Add extras classes to composer classmap 2015-04-23 10:53:31 +02:00
Synchro
7b668256fe Up PHPUnit dep to 4.3 2015-01-09 15:18:26 +01:00
Synchro
ca71445fb2 Make tests check for config
Generate debug output during POP tests
Ignore errors during POP3 disconnect
Update PHPUnit dependency to 4.1 in composer
2014-06-05 16:58:17 +02:00
Synchro
86aaac0f75 Depend on PHPUnit 4.0.x
Reorder authors
2014-04-08 13:33:32 +02:00
Synchro
6b5cbca34c Set packagist package type 2013-06-06 08:47:17 +02:00
Synchro
2638daad6f Add composer license entry 2012-12-03 16:21:49 +01:00
Synchro
7224d9e402 Add a composer.json, fixes #8
Composer file adapted from https://github.com/minmb/phpmailer, thanks.
Update email
2012-12-03 16:04:56 +01:00