You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package provides GitLab OAuth 2.0 support for the PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client).
10
-
11
-
GitLab 8.17 or later is required as the V4 API is being used. If compatibility with older versions
12
-
of GitLab is required use version 2 of this library.
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.
13
10
14
11
## Installation
15
12
@@ -26,7 +23,7 @@ Usage is similar to the basic OAuth client, using `\Omines\OAuth2\Client\Provide
26
23
### Authorization Code Flow
27
24
28
25
```php
29
-
$provider = new Omines\OAuth2\Client\Provider\Gitlab([
26
+
$provider = new \Omines\OAuth2\Client\Provider\Gitlab([
0 commit comments