Skip to content

Commit

Permalink
Changed composer package name and php requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
vernes authored Feb 8, 2018
1 parent 7ae5ae1 commit 0d74b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "rdewilde/yiimailer",
"name": "vernes/yiimailer",
"description": "Yii extension for sending emails with layouts using PHPMailer",
"type": "yii-extension",
"require": {
"php": ">=5.0.0",
"php": ">=5.5.0",
"phpmailer/phpmailer": "^6.0"
}
}

0 comments on commit 0d74b29

Please sign in to comment.