Skip to content

Commit 4d16b7b

Browse files
authored
fix: Don't allow lcobucci/jwt 4.0 (#1)
1 parent 8a5cea3 commit 4d16b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"illuminate/http": "^8",
1313
"illuminate/support": "^8",
1414
"lcobucci/clock": "^2",
15-
"lcobucci/jwt": "^4",
15+
"lcobucci/jwt": "~4.1",
1616
"cse/helpers-session": "^1.1"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)