Skip to content

Commit

Permalink
Merge pull request #877 from sr-verde/phpmailer6
Browse files Browse the repository at this point in the history
Upgrade PHPMailer to v6.0
  • Loading branch information
panique authored Mar 1, 2019
2 parents 252b43f + c023f1c commit dd96f33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions application/core/Mail.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

/* Using PHPMailer's namespace */
use PHPMailer\PHPMailer\PHPMailer;

/**
* Class Mail
*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"require-dev": {
"php": ">=5.5.0",
"phpmailer/phpmailer": "~5.2",
"phpmailer/phpmailer": "~6.0",
"gregwar/captcha": "~1.1",
"phpunit/phpunit": "4.8.*|5.7.*"
},
Expand Down

0 comments on commit dd96f33

Please sign in to comment.