laravel-notification-channels / webpush

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

5 dependencies are abandoned and composer suggests new packages on installation. #201

Open jonathanpmartins opened 4 months ago

jonathanpmartins commented 4 months ago

Trying to install version 8 using laravel 10:

- Installing laravel-notification-channels/webpush (8.0.0):

With these results:

Package web-token/jwt-key-mgmt is abandoned, you should avoid using it. Use web-token/jwt-library instead.
Package web-token/jwt-signature is abandoned, you should avoid using it. Use web-token/jwt-library instead.
Package web-token/jwt-signature-algorithm-ecdsa is abandoned, you should avoid using it. Use web-token/jwt-library instead.
Package web-token/jwt-util-ecc is abandoned, you should avoid using it. Use web-token/jwt-library instead.

Same thing happens with version 7 laravel 10.

avpet979 commented 4 months ago

+1

joostdebruijn commented 1 month ago

This will be fixed with #204.