Skip to content

Commit

Permalink
Update version constraint for lcobucci/jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephster committed Oct 11, 2021
1 parent 9be7ebb commit f5698a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -7,7 +7,7 @@
"php": "^7.2 || ^8.0",
"ext-openssl": "*",
"league/event": "^2.2",
"lcobucci/jwt": "^3.4 || ^4.0.4",
"lcobucci/jwt": "^3.4.6 || ^4.0.4",
"psr/http-message": "^1.0.1",
"defuse/php-encryption": "^2.2.1",
"ext-json": "*"
Expand Down
2 changes: 1 addition & 1 deletion examples/composer.json
Expand Up @@ -4,7 +4,7 @@
},
"require-dev": {
"league/event": "^2.2",
"lcobucci/jwt": "^3.4 || ^4.0.4",
"lcobucci/jwt": "^3.4.6 || ^4.0.4",
"psr/http-message": "^1.0.1",
"defuse/php-encryption": "^2.2.1",
"laminas/laminas-diactoros": "^2.5.0"
Expand Down

0 comments on commit f5698a3

Please sign in to comment.