File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 255255 "gitHubRepoPath" : " cdoco/php-jwt" ,
256256 "repoUrl" : " https://github.com/cdoco/php-jwt" ,
257257 "installCommandHtml" : " git clone https://github.com/cdoco/php-jwt"
258+ },
259+ {
260+ "minimumVersion" : null ,
261+ "support" : {
262+ "sign" : true ,
263+ "verify" : true ,
264+ "iss" : true ,
265+ "sub" : false ,
266+ "aud" : false ,
267+ "exp" : true ,
268+ "nbf" : true ,
269+ "iat" : true ,
270+ "jti" : false ,
271+ "hs256" : true ,
272+ "hs384" : true ,
273+ "hs512" : true ,
274+ "rs256" : true ,
275+ "rs384" : true ,
276+ "rs512" : true ,
277+ "es256" : false ,
278+ "es384" : false ,
279+ "es512" : false
280+ },
281+ "authorUrl" : " https://github.com/adhocore" ,
282+ "authorName" : " Jitendra Adhikari" ,
283+ "gitHubRepoPath" : " adhocore/jwt" ,
284+ "repoUrl" : " https://github.com/adhocore/jwt" ,
285+ "installCommandHtml" : " composer require adhocore/jwt"
258286 }
259287 ]
260288}
You can’t perform that action at this time.
0 commit comments