MDL-66920 lib/php-jwt: Update to version 5.2.0 to add JWK support

- Updated firebase/php-jwt library to version 5.2.0 that has JWK support.
- Changed thirdpartylibs.xml to reflect version change.
This commit is contained in:
carlos
2020-04-08 13:12:23 -03:00
parent df0e58adb1
commit a2a13f2786
8 changed files with 361 additions and 56 deletions
-1
View File
@@ -3,5 +3,4 @@ namespace Firebase\JWT;
class BeforeValidException extends \UnexpectedValueException
{
}