composer.json - Require league/oauth2-{client,google}
authorTim Otten <totten@civicrm.org>
Wed, 21 Oct 2020 22:13:31 +0000 (15:13 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 2 Nov 2020 22:35:51 +0000 (14:35 -0800)
commit540e72d84416c054b976ece5edc502690b63e980
tree311ee5adc954b8a769b1344fb8e2fcf0c37ba705
parent28014157b4003b124ba357e8ba0e1c7d1f310e6b
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