File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change 227
227
"gitHubRepoPath" : " lindelius/php-jwt" ,
228
228
"repoUrl" : " https://github.com/lindelius/php-jwt" ,
229
229
"installCommandHtml" : " composer require lindelius/php-jwt"
230
+ },
231
+ {
232
+ "minimumVersion" : null ,
233
+ "support" : {
234
+ "sign" : true ,
235
+ "verify" : true ,
236
+ "iss" : true ,
237
+ "sub" : true ,
238
+ "aud" : true ,
239
+ "exp" : true ,
240
+ "nbf" : true ,
241
+ "iat" : true ,
242
+ "jti" : true ,
243
+ "hs256" : true ,
244
+ "hs384" : true ,
245
+ "hs512" : true ,
246
+ "rs256" : true ,
247
+ "rs384" : true ,
248
+ "rs512" : true ,
249
+ "es256" : true ,
250
+ "es384" : true ,
251
+ "es512" : true
252
+ },
253
+ "authorUrl" : " https://github.com/cdoco" ,
254
+ "authorName" : " ZiHang Gao" ,
255
+ "gitHubRepoPath" : " cdoco/php-jwt" ,
256
+ "repoUrl" : " https://github.com/cdoco/php-jwt" ,
257
+ "installCommandHtml" : " git clone https://github.com/cdoco/php-jwt"
230
258
}
231
259
]
232
- }
260
+ }
You can’t perform that action at this time.
0 commit comments