From 158cacdb8a81e76138e3ba5ed59b44ed1743fdc7 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 9 Apr 2018 00:06:10 +0200 Subject: [PATCH] composer: adding omines/oauth2-gitlab --- composer.json | 3 ++- composer.lock | 65 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 65 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 33cbb8e..27c26ec 100644 --- a/composer.json +++ b/composer.json @@ -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" } } diff --git a/composer.lock b/composer.lock index 341ad08..c412c31 100644 --- a/composer.lock +++ b/composer.lock @@ -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",