composer.json - Require firebase/php-jwt (v3 - v5)
authorTim Otten <totten@civicrm.org>
Sun, 14 Feb 2021 21:53:52 +0000 (13:53 -0800)
committerTim Otten <totten@civicrm.org>
Mon, 15 Feb 2021 04:33:34 +0000 (20:33 -0800)
commitf297e79117d2613b4b346c4d9eb3266d410e5a9c
tree1207e2867067ce253dc6d879524a8da1dd79c8f7
parent661c69f4a77f431a9e113968efcba42b7ce5f224
composer.json - Require firebase/php-jwt (v3 - v5)

When this version range?

* It's a fairly popular package, so may be prone to conflicts. A wide range is desireable.
* The low end (v3) is 5+ years old. The high end (v5) is current latest.
* If you 'git diff' between v3=>v4=>v5, the changes are fairly incrementaly. They
  add more crypto algorithms, twiddle docblocks and PHP environment compatibility,
  and introduce a service we don't need (JWK). The main interfaces all look the same.
* The only notable bit was that some exceptions were recategorized, but the broad taxonomy
  of exceptions still seems similar.
composer.json