Skip to content

Commit

Permalink
Update lcobucci/jwt requirement from ^3.2.5 to ^3.2.5 || ^5.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [lcobucci/jwt](https://github.com/lcobucci/jwt) to permit the latest version.
- [Release notes](https://github.com/lcobucci/jwt/releases)
- [Commits](lcobucci/jwt@3.2.5...5.3.0)

---
updated-dependencies:
- dependency-name: lcobucci/jwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent c410688 commit 39f8d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"require": {
"php": ">=7.1",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"lcobucci/jwt": "^3.2.5"
"lcobucci/jwt": "^3.2.5 || ^5.0.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.0",
Expand Down

0 comments on commit 39f8d9b

Please sign in to comment.