bpolaszek / webpush-bundle

Symfony Bundle: Send WebPush Notifications to your users.
MIT License
66 stars 40 forks source link

Update "minishlink/web-push" dependency to allow for v6.x #25

Closed sven-dskzpt closed 3 years ago

sven-dskzpt commented 3 years ago

Currently it is not possible to install this bundle when using PHP8 since the "minishlink/web-push" dependency is locked to version 4 oder 5 which don't allow for PHP8.

Solution: Update the dependency to allow for minishlink/web-push:^6.x to be installed