-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by:Ivan Tcholakov <[email protected]>
- Loading branch information
1 parent
80d5bd7
commit 8ed9770
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"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": "[email protected]", | ||
"homepage": "https://github.com/ivantcholakov" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.5.0", | ||
"phpmailer/phpmailer": "^6.1.6" | ||
} | ||
} |