laravel-notification-channels / webpush

Webpush notifications channel for Laravel.
http://laravel-notification-channels.com
MIT License
670 stars 118 forks source link

chore: upgrade web-push to v7.0 #172

Closed joostdebruijn closed 2 years ago

joostdebruijn commented 2 years ago

This upgrades the dependency web-push to v7.0. The only breaking change in that dependency is that PHP 7.3 support has been dropped, which souldn't be a problem because this project requires PHP 8.0 or higher.

cretueusebiu commented 2 years ago

Thanks!