composer: adding omines/oauth2-gitlab
This commit is contained in:
parent
52ea0c7531
commit
158cacdb8a
2 changed files with 65 additions and 3 deletions
|
|
@ -3,6 +3,7 @@
|
|||
"robmorgan/phinx": "^0.9.2",
|
||||
"league/oauth2-client": "^2.3",
|
||||
"league/oauth2-github": "^2.0",
|
||||
"league/oauth2-google": "^2.2"
|
||||
"league/oauth2-google": "^2.2",
|
||||
"omines/oauth2-gitlab": "^3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
65
composer.lock
generated
65
composer.lock
generated
|
|
@ -4,8 +4,8 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "e15241d12e55005941680fd13b7adfd5",
|
||||
"content-hash": "6a1223c65b159915526ef261e5adfbea",
|
||||
"hash": "7d98cc9a7b6f4f79576273e599f7b1f4",
|
||||
"content-hash": "0fd142e805b37679388bfea151fd3970",
|
||||
"packages": [
|
||||
{
|
||||
"name": "guzzlehttp/guzzle",
|
||||
|
|
@ -361,6 +361,67 @@
|
|||
],
|
||||
"time": "2018-03-19 17:28:55"
|
||||
},
|
||||
{
|
||||
"name": "omines/oauth2-gitlab",
|
||||
"version": "3.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/omines/oauth2-gitlab.git",
|
||||
"reference": "e9cf370897b42edeffc6946123a1bd22d6006c33"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/omines/oauth2-gitlab/zipball/e9cf370897b42edeffc6946123a1bd22d6006c33",
|
||||
"reference": "e9cf370897b42edeffc6946123a1bd22d6006c33",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"league/oauth2-client": "^2.2",
|
||||
"php": ">=5.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.0",
|
||||
"m4tthumphrey/php-gitlab-api": "^9.0.0",
|
||||
"mockery/mockery": "^1.0",
|
||||
"php-http/guzzle6-adapter": "^1.1.1",
|
||||
"phpunit/phpunit": "^5.7 || ^6.0"
|
||||
},
|
||||
"suggest": {
|
||||
"m4tthumphrey/php-gitlab-api": "For further API usage using the acquired OAuth2 token"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Omines\\OAuth2\\Client\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Niels Keurentjes",
|
||||
"email": "niels.keurentjes@omines.com",
|
||||
"homepage": "https://www.omines.nl/"
|
||||
}
|
||||
],
|
||||
"description": "GitLab OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
|
||||
"keywords": [
|
||||
"authorisation",
|
||||
"authorization",
|
||||
"client",
|
||||
"gitlab",
|
||||
"oauth",
|
||||
"oauth2"
|
||||
],
|
||||
"time": "2017-11-01 21:46:33"
|
||||
},
|
||||
{
|
||||
"name": "paragonie/random_compat",
|
||||
"version": "v2.0.12",
|
||||
|
|
|
|||
Reference in a new issue