web-push-libs / web-push-php

Web Push library for PHP
MIT License
1.69k stars 295 forks source link

chore: allow jwt-framework 3.0 #350

Closed joostdebruijn closed 2 years ago

joostdebruijn commented 2 years ago

This PR allows jwt-framework v3.0. The main change is that it requires PHP 8.1, so using v2.0 is still allowed. spomky-labs/base64url is added as direct dependency, because jwt-framework v3.0 doesn't have this dependency.

joostdebruijn commented 2 years ago

There was a problem upstream where the PHP 8.1 requirement was not set correctly in composer.json. It should be fixed now. Could somebody rerun the tests? :)