Skip to content

Commit

Permalink
Added composer.json for local use
Browse files Browse the repository at this point in the history
  • Loading branch information
Digizijn committed Feb 17, 2014
1 parent b3b969b commit 50302d2
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,8 +1,8 @@
{
"name": "RdeWilde/YiiMailer",
"name": "rdewilde/yiimailer",
"description": "Yii extension for sending emails with layouts using PHPMailer",
"require": {
"php": ">=5.0.0",
"PHPMailer/PHPMailer": "v5.2.6"
"phpmailer/phpmailer": "v5.2.6"
}
}

0 comments on commit 50302d2

Please sign in to comment.