Skip to content

Commit

Permalink
Fix xoauth package suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Oct 23, 2015
1 parent a4b8b91 commit c24f242
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"phpunit/phpunit": "4.7.*"
},
"suggest": {
"league/oauth2-client": "Needed for Gmail's XOAUTH2 authentication system"
"league/oauth2-client": "Needed for XOAUTH2 authentication",
"league/oauth2-google": "Needed for Gmail XOAUTH2"
},
"autoload": {
"classmap": [
Expand All @@ -41,4 +42,4 @@
]
},
"license": "LGPL-2.1"
}
}

0 comments on commit c24f242

Please sign in to comment.