You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Author: Ivan Tcholakov <ivantcholakov@gmail.com>, 2012-2020.
6
6
License: The MIT License (MIT), http://opensource.org/licenses/MIT
7
7
8
-
This library is intended to be compatible with CI 2.x and CI 3.x.
8
+
This library is compatible with CodeIgniter 3.1.x and PHP >= 5.5.0.
9
9
10
10
Tested on CodeIgniter 3.1.11 (September 19th, 2019) and PHPMailer Version 6.1.6 (May 27th, 2020).
11
11
@@ -24,7 +24,7 @@ You need to have Composer locally or globally installed on your development mach
24
24
Enable Composer to be used by CodeIgniter. Check this page from its documentation: https://www.codeigniter.com/userguide3/general/autoloader.html . You need to see or decide when your vendor/ directory is (to be) and within the
25
25
CodeIgniter's configuration file application/config/config.php you need to set the configuration option $config['composer_autoload'] accordingly.
26
26
27
-
Then, third, add to your composer.json under the section "require" the following line:
27
+
Then add to your composer.json under the section "require" the following line:
0 commit comments