web-push-libs / web-push-php

Web Push library for PHP
MIT License
1.68k stars 295 forks source link

chore: use jwt-library instead of separate packages #395

Closed joostdebruijn closed 5 months ago

joostdebruijn commented 5 months ago

When installing this package, Composer will show the following warnings:

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.

This PR replaces the abandoned packages by the web-token/jwt-library package.

misaert commented 1 month ago

Hi @Minishlink,

Is there a date to release this?

Thanks,

Mickaël

Minishlink commented 1 month ago

Hello, not planned, see https://github.com/web-push-libs/web-push-php/pull/397 and https://github.com/web-push-libs/web-push-php/pull/400

Minishlink commented 1 month ago

You can use the rc though but I'd recommend not to