Skip to content

Commit c7f0c0b

Browse files
committed
Clean up README
1 parent c608766 commit c7f0c0b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Quality Score](https://img.shields.io/scrutinizer/g/omines/oauth2-gitlab.svg?style=flat-square)](https://scrutinizer-ci.com/g/omines/oauth2-gitlab)
77
[![Total Downloads](https://img.shields.io/packagist/dt/omines/oauth2-gitlab.svg?style=flat-square)](https://packagist.org/packages/omines/oauth2-gitlab)
88

9-
This package provides GitLab OAuth 2.0 support for the PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client). GitLab 8.17 or later is required.
9+
This package provides GitLab OAuth 2.0 support for the PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client).
1010

1111
## Installation
1212

@@ -98,17 +98,10 @@ $client->authenticate($token->getToken(), \Gitlab\Client::AUTH_OAUTH_TOKEN);
9898
```
9999
Or call the `getApiClient` method on `GitlabResourceOwner` which does the same implicitly.
100100

101-
## Testing
102-
103-
```bash
104-
$ ./vendor/bin/phpunit
105-
```
106-
107101
## Contributing
108102

109103
Please see [CONTRIBUTING](https://github.com/omines/oauth2-gitlab/blob/master/CONTRIBUTING.md) for details.
110104

111-
112105
## Credits
113106

114107
This code is a modified fork from the [official Github provider](https://github.com/thephpleague/oauth2-github) adapted

0 commit comments

Comments
 (0)