From 55cc953663af8b0984aaafcc27b3775fdd3efd7e Mon Sep 17 00:00:00 2001 From: Joe Wallace Date: Tue, 15 Aug 2017 22:05:30 -0500 Subject: [PATCH] Update DigitalOcean package name If one were to copy/paste the DigitalOcean provider package name into a `composer require`, she would get a "Could not find package" error. The real package name is `chrishemmings/oauth2-digitalocean` [as seen on Packagist](https://packagist.org/packages/chrishemmings/oauth2-digitalocean). --- docs/providers/thirdparty.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/thirdparty.md b/docs/providers/thirdparty.md index 97c45167..9e1b6214 100755 --- a/docs/providers/thirdparty.md +++ b/docs/providers/thirdparty.md @@ -34,7 +34,7 @@ Gateway | Composer Package | Maintainer [Clover](https://github.com/wheniwork/oauth2-clover) | wheniwork/oauth2-clover | [When I Work](https://github.com/wheniwork) [Coinbase](https://github.com/openclerk/coinbase-oauth2) | openclerk/coinbase-oauth2 | [Openclerk](https://github.com/openclerk) [DeviantArt](https://github.com/SeinopSys/oauth2-deviantart) | seinopsys/oauth2-deviantart | [SeinopSys](https://github.com/SeinopSys) -[DigitalOcean](https://github.com/chrishemmings/oauth2-digitalocean) | chrishemmings/digitalocean | [Chris Hemmings](https://github.com/chrishemmings) +[DigitalOcean](https://github.com/chrishemmings/oauth2-digitalocean) | chrishemmings/oauth2-digitalocean | [Chris Hemmings](https://github.com/chrishemmings) [Discord](https://github.com/teamreflex/oauth2-discord) | team-reflex/oauth2-discord | [David Cole](https://github.com/uniquoooo) [Dribbble](https://github.com/crewlabs/oauth2-dribbble) | crewlabs/oauth2-dribbble | [Crew Labs](https://crew.co/labs) [Dropbox](https://github.com/stevenmaguire/oauth2-dropbox) | stevenmaguire/oauth2-dropbox | [Steven Maguire](https://github.com/stevenmaguire)