diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..7587c44 --- /dev/null +++ b/composer.json @@ -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": "ivantcholakov@gmail.com", + "homepage": "https://github.com/ivantcholakov" + } + ], + "require": { + "php": ">=5.5.0", + "phpmailer/phpmailer": "^6.1.6" + } +}