Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to PHP8.3 and lcobucci/jwt 5 #42

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 21, 2023

  1. Move to PHPUnit 10

    THis prepares the whole testsuite to be usable with PHP8.3
    heiglandreas committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    f049491 View commit details
    Browse the repository at this point in the history
  2. Update JWT-lib to v5

    THis allows to use the latest version of the JWT-lib. Some changes where
    necessary due to the previous way not being supported anymore but as
    that was anyhow only used to parse the token we can also use the default
    way of parsing the token without needing a whole configuration object in
    the first place
    heiglandreas committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    88ea9f5 View commit details
    Browse the repository at this point in the history