-
Notifications
You must be signed in to change notification settings - Fork 282
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 727 Bytes
/
composer.json
File metadata and controls
22 lines (22 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "ivantcholakov/codeigniter-phpmailer",
"description": "A CodeIgniter 3 compatible email-library powered by PHPMailer.",
"keywords": ["php", "codeigniter", "phpmailer"],
"homepage": "https://github.com/ivantcholakov/codeigniter-phpmailer",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Ivan Tcholakov",
"email": "ivantcholakov@gmail.com",
"homepage": "https://github.com/ivantcholakov"
}
],
"require": {
"php": ">=7.3.0",
"phpmailer/phpmailer": "^6.6.4",
"league/oauth2-google": "^4.0.0",
"hayageek/oauth2-yahoo": "^2.0.5",
"stevenmaguire/oauth2-microsoft": "^2.2.0"
}
}