Skip to content

Commit

Permalink
Add support for lcobucci/jwt 5.0 (#1006)
Browse files Browse the repository at this point in the history
Co-authored-by: atymic <atymicq@gmail.com>
  • Loading branch information
hamrak and atymic committed Apr 30, 2023
1 parent f6350fa commit c6ac1ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Apple/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"ext-json": "*",
"ext-openssl": "*",
"firebase/php-jwt": "^6.2",
"lcobucci/jwt": "^4.1.5",
"lcobucci/clock": "^2.0 || ^3.0",
"lcobucci/jwt": "^4.1.5 || ^5.0.0",
"socialiteproviders/manager": "~4.0"
},
"suggest": {
Expand Down

0 comments on commit c6ac1ff

Please sign in to comment.