From 540e72d84416c054b976ece5edc502690b63e980 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 21 Oct 2020 15:13:31 -0700 Subject: [PATCH] composer.json - Require league/oauth2-{client,google} Note: This oauth2-client matches the constraint that's declared in civixero, which (in my local copy of `universe`) is the only published extension that uses the same library. The oauth2-google is included because has special requirements around 'prompt' which conflict with `GenericProvider`. We could potentially resolve that other ways (eg rework `CiviGenericProvider`), but this seems easier right now. --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index a7fd40d520..8f4edd6c05 100644 --- a/composer.json +++ b/composer.json @@ -74,6 +74,8 @@ "adrienrn/php-mimetyper": "0.2.2", "civicrm/composer-downloads-plugin": "^3.0", "league/csv": "^9.2", + "league/oauth2-client": "^2.4", + "league/oauth2-google": "^3.0", "tplaner/when": "~3.0.0", "xkerman/restricted-unserialize": "~1.1", "typo3/phar-stream-wrapper": "^2 || ^3.0", -- 2.25.1