Reply to thread

I had a look at this but it's not good news unfortunately.


We have updated the web push library but they unfortunately still instantiate a JWSBuilder object with the old style signature.


On further investigation, the issue appears to be that the web push library is still targeting PHP 7.1 but JWT is targeting PHP 7.2. At this point while everything works nicely at a minimum of PHP 7.1 even if it were the case that there was a PHP 7.2 version available for the web push library, we wouldn't be looking to increase those requirements for push notifications so unfortunately you'll have to continue with your hacks for the foreseeable.


Back
Top Bottom