Skip to content

Commit

Permalink
Merge pull request #158 from makkus183/master
Browse files Browse the repository at this point in the history
Update GitLab API Version from 3 to 4
  • Loading branch information
ADmad committed Jul 19, 2021
2 parents d57423d + 46b9516 commit 90a8b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OAuth2/Provider/GitLab.php
Expand Up @@ -20,7 +20,7 @@ class GitLab extends \SocialConnect\OAuth2\AbstractProvider
*/
public function getBaseUri()
{
return 'https://gitlab.com/api/v3/';
return 'https://gitlab.com/api/v4/';
}

/**
Expand Down

0 comments on commit 90a8b97

Please sign in to comment.