Skip to content

Commit

Permalink
Depend on PHPUnit 4.0.x
Browse files Browse the repository at this point in the history
Reorder authors
  • Loading branch information
Synchro committed Apr 8, 2014
1 parent 3d24642 commit 86aaac0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -3,14 +3,14 @@
"type": "library",
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"authors": [
{
"name": "Jim Jagielski",
"email": "jimjag@gmail.com"
},
{
"name": "Marcus Bointon",
"email": "phpmailer@synchromedia.co.uk"
},
{
"name": "Jim Jagielski",
"email": "jimjag@gmail.com"
},
{
"name": "Andy Prevost",
"email": "codeworxtech@users.sourceforge.net"
Expand All @@ -24,7 +24,7 @@
},
"require-dev": {
"phpdocumentor/phpdocumentor": "*",
"phpunit/phpunit": "*"
"phpunit/phpunit": "4.0.*"
},
"autoload": {
"classmap": ["class.phpmailer.php", "class.pop3.php", "class.smtp.php"]
Expand Down

0 comments on commit 86aaac0

Please sign in to comment.