Skip to content

Commit

Permalink
Merge pull request #1236 from laravel/remove-old-jwt-versions
Browse files Browse the repository at this point in the history
[9.x] Drop support for old JWT versions
  • Loading branch information
driesvints authored May 5, 2020
2 parents 099d23a + a8ce201 commit ceecafa
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 @@ -16,7 +16,7 @@
"require": {
"php": "^7.2",
"ext-json": "*",
"firebase/php-jwt": "^3.0|^4.0|^5.0",
"firebase/php-jwt": "^5.0",
"guzzlehttp/guzzle": "^6.0",
"illuminate/auth": "^6.0|^7.0",
"illuminate/console": "^6.0|^7.0",
Expand Down

0 comments on commit ceecafa

Please sign in to comment.