Skip to content

Commit

Permalink
Merge pull request PHPMailer#481 from frederikbosch/patch-1
Browse files Browse the repository at this point in the history
Do no require a dependency that is not required
  • Loading branch information
Synchro committed Sep 2, 2015
2 parents bf7059c + df582f0 commit cbd7fa9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Expand Up @@ -20,14 +20,15 @@
}
],
"require": {
"php": ">=5.0.0",
"league/oauth2-client": "0.10.*",
"guzzle/guzzle": "~3.7"
"php": ">=5.0.0"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "*",
"phpunit/phpunit": "4.3.*"
},
"suggest": {
"league/oauth2-client": "Needed for Gmail's XOAUTH2 authentication system"
},
"autoload": {
"classmap": [
"class.phpmailer.php",
Expand Down

0 comments on commit cbd7fa9

Please sign in to comment.