Skip to content

Commit f5698a3

Browse files
committed
Update version constraint for lcobucci/jwt
1 parent 9be7ebb commit f5698a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": "^7.2 || ^8.0",
88
"ext-openssl": "*",
99
"league/event": "^2.2",
10-
"lcobucci/jwt": "^3.4 || ^4.0.4",
10+
"lcobucci/jwt": "^3.4.6 || ^4.0.4",
1111
"psr/http-message": "^1.0.1",
1212
"defuse/php-encryption": "^2.2.1",
1313
"ext-json": "*"

examples/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"require-dev": {
66
"league/event": "^2.2",
7-
"lcobucci/jwt": "^3.4 || ^4.0.4",
7+
"lcobucci/jwt": "^3.4.6 || ^4.0.4",
88
"psr/http-message": "^1.0.1",
99
"defuse/php-encryption": "^2.2.1",
1010
"laminas/laminas-diactoros": "^2.5.0"

0 commit comments

Comments
 (0)