edamov / pushok

PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key)
MIT License
368 stars 119 forks source link

Version 0.14.3 proposal #168

Closed Dean151 closed 1 year ago

Dean151 commented 1 year ago

Prevent deprecation warning when updating to PHP 8.1 while preserving PHP 8.0 compatibility.

This will allow the lib user to make sure they don't have deprecation warnings on their way to 8.1 update

See #166