laravel-notification-channels / webpush

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

chore: change supported versions #168

Closed joostdebruijn closed 2 years ago

joostdebruijn commented 2 years ago

Replaces #167.

This is a breaking change because it drops support for older Laravel-versions (will support Laravel >8.0) and it will only support PHP >8.0. It also fixes some deprecation warnings from PHPunit.

cretueusebiu commented 2 years ago

This is a better approach, keeping support for the latest versions only. Will tag it soon. Thanks.