Skip to content

Commit

Permalink
Adding composer.json
Browse files Browse the repository at this point in the history
Signed-off-by:Ivan Tcholakov <[email protected]>
  • Loading branch information
ivantcholakov committed Jun 6, 2020
1 parent 80d5bd7 commit 8ed9770
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
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"
}
}

0 comments on commit 8ed9770

Please sign in to comment.