Commit 3c6596e
committed
chore(3rdparty): bump for firebase/php-jwt and gapple/structured-fields
Companion to nextcloud/3rdparty#2413. firebase/php-jwt handles JWK
parsing and JWS algorithm dispatch; gapple/structured-fields handles
RFC 8941 Structured Field parsing for Signature-Input / Signature.
Signed-off-by: Micke Nordin <kano@sunet.se>1 parent fcb956b commit 3c6596e
1 file changed
Lines changed: 1 addition & 1 deletion
- .gitignore+1
- composer.json+2
- composer.lock+136-1
- composer/autoload_classmap.php+24
- composer/autoload_psr4.php+3
- composer/autoload_static.php+42
- composer/installed.json+141
- composer/installed.php+18
- firebase/php-jwt/LICENSE+30
- firebase/php-jwt/src/BeforeValidException.php+18
- firebase/php-jwt/src/CachedKeySet.php+275
- firebase/php-jwt/src/ExpiredException.php+30
- firebase/php-jwt/src/JWK.php+363
- firebase/php-jwt/src/JWT.php+745
- firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php+20
- firebase/php-jwt/src/Key.php+54
- firebase/php-jwt/src/SignatureInvalidException.php+7
- gapple/structured-fields/LICENSE+21
- gapple/structured-fields/src/Bytes.php+17
- gapple/structured-fields/src/Date.php+22
- gapple/structured-fields/src/Dictionary.php+69
- gapple/structured-fields/src/DisplayString.php+17
- gapple/structured-fields/src/InnerList.php+64
- gapple/structured-fields/src/Item.php+16
- gapple/structured-fields/src/OuterList.php+117
- gapple/structured-fields/src/Parameters.php+53
- gapple/structured-fields/src/ParseException.php+9
- gapple/structured-fields/src/Parser.php+392
- gapple/structured-fields/src/ParsingInput.php+148
- gapple/structured-fields/src/SerializeException.php+9
- gapple/structured-fields/src/Serializer.php+277
- gapple/structured-fields/src/Token.php+17
- gapple/structured-fields/src/TupleInterface.php+17
- gapple/structured-fields/src/TupleTrait.php+82
0 commit comments