Skip to content

Commit

Permalink
Fix dependency on lcobucci/jwt for PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed Oct 18, 2021
1 parent 62ebc86 commit de58045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"guzzlehttp/guzzle": "^6.3",
"flownative/oauth2-client": "^3.2.0",
"phpseclib/phpseclib": "^2.0.31",
"lcobucci/jwt": "^4.1.5",
"lcobucci/jwt": "^3.4.6",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit de58045

Please sign in to comment.