Skip to content

Commit

Permalink
L11
Browse files Browse the repository at this point in the history
  • Loading branch information
jszobody committed Mar 12, 2024
1 parent cf2a8a5 commit 6de4be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "Helper package that makes it easy to generate, consume, and protect routes with JWT tokens in Laravel",
"type": "library",
"require": {
"php": "^8.1|^8.2",
"php": "^8.1",
"lcobucci/jwt": "^4.3",
"illuminate/support": "^8.0|^9.0|^10.0"
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "^7.0",
Expand Down

0 comments on commit 6de4be7

Please sign in to comment.