Skip to content

Commit

Permalink
Merge pull request #53 from bojanbogdanovic/allow-jtw-5
Browse files Browse the repository at this point in the history
Allow lcobucci/jwt ^4.3 and ^5.0
  • Loading branch information
steverhoades authored Aug 23, 2023
2 parents 2338158 + bc5f4fa commit 2c13921
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 @@ -10,7 +10,7 @@
],
"require": {
"league/oauth2-server": "^5.1|^6.0|^7.0|^8.0",
"lcobucci/jwt": "4.1.5|^4.2"
"lcobucci/jwt": "4.1.5|^4.2|^4.3|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0|^9.5",
Expand Down

0 comments on commit 2c13921

Please sign in to comment.