Depend on PHPUnit 4.0.x

Reorder authors
This commit is contained in:
Synchro 2014-04-08 13:33:32 +02:00
parent 3d246420c4
commit 86aaac0f75
1 changed files with 5 additions and 5 deletions

View File

@ -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"
@ -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"]