Skip to content

Commit

Permalink
override jwt dependance because it does not support php8 tymondesigns…
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmen committed Sep 15, 2021
1 parent ab00f2d commit 9674781
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 @@ -28,7 +28,7 @@
"illuminate/contracts": "^5.2|^6|^7|^8",
"illuminate/http": "^5.2|^6|^7|^8",
"illuminate/support": "^5.2|^6|^7|^8",
"lcobucci/jwt": "<3.4",
"lcobucci/jwt": "dev-3.3.3-php8",
"namshi/jose": "^7.0",
"nesbot/carbon": "^1.0|^2.0"
},
Expand Down

0 comments on commit 9674781

Please sign in to comment.