Skip to content

Commit 469b4d9

Browse files
chore: allow jwt-library v4 (#404)
* chore: allow jwt-library v4 * Update composer.json --------- Co-authored-by: Louis Lagrange <[email protected]>
1 parent 9d36211 commit 469b4d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"ext-mbstring": "*",
3535
"ext-openssl": "*",
3636
"guzzlehttp/guzzle": "^7.4.5",
37-
"web-token/jwt-library": "^3.3.0",
37+
"web-token/jwt-library": "^3.3.0|^4.0.0",
3838
"spomky-labs/base64url": "^2.0.4"
3939
},
4040
"suggest": {
@@ -51,4 +51,4 @@
5151
"Minishlink\\WebPush\\": "src"
5252
}
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)