Skip to content

Commit d60988f

Browse files
authored
Allow lcobucci/jwt 5.0 (#72)
1 parent a180d60 commit d60988f

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
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=7.1.3",
20-
"lcobucci/jwt": "^3.4|^4.0",
20+
"lcobucci/jwt": "^3.4|^4.0|^5.0",
2121
"symfony/config": "^4.4|^5.0|^6.0",
2222
"symfony/dependency-injection": "^4.4|^5.4|^6.0",
2323
"symfony/http-kernel": "^4.4|^5.0|^6.0",

0 commit comments

Comments
 (0)