From ae769eac071be5f08bee9c61f7d1b8bfd08eb177 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Tue, 20 May 2014 09:34:52 +0100 Subject: [PATCH] Added credits to the README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 103b44e..632b0c8 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,21 @@ Via Composer $ phpunit ``` +## Contributing + +Please see [CONTRIBUTING](https://github.com/thephpleague/oauth2-client/blob/master/CONTRIBUTING.md) for details. + + +## Credits + +- [Alex Bilbie](https://github.com/alexbilbie) +- [Ben Corlett](https://github.com/bencorlett) +- [James Mills](https://github.com/jamesmills) +- [Phil Sturgeon](https://github.com/philsturgeon) +- [Tom Anderson](https://github.com/TomHAnderson) +- [All Contributors](https://github.com/thephpleague/oauth2-client/contributors) + + ## License The MIT License (MIT). Please see [License File](https://github.com/thephpleague/oauth2-client/blob/master/LICENSE) for more information.