(dev/core#3581) composer.json - Allow newer version of oauth2-google
authorTim Otten <totten@civicrm.org>
Thu, 21 Dec 2023 19:12:00 +0000 (11:12 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 3 Jan 2024 23:03:55 +0000 (15:03 -0800)
commit01b9415c8bd53c13abfd4df99e066fae47557c14
treee2f505ad216e2125d10827890ff3c65058718bcc
parent649fb656cc9efb7757bcb771f4f3c8eed8463c65
(dev/core#3581) composer.json - Allow newer version of oauth2-google

I looked at the diffs for v3.0.4 and 4.0.0.

* They raised the requirements to PHP 7.3/8.0 and added some type-hints.
* They raised the test-env to PHPUnit 8/9
* They updated some metadata to say all that.
* The main contracts are provided by `league/oauth2-client` -- which
  hasn't changed. It's still the same v2.x requirement.
* I don't believe that Civi directly extends/overrides any of the Google Auth stuff.
composer.json
composer.lock