edamov / pushok

PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key)
MIT License
378 stars 121 forks source link

"minimum-stability" should be stable, not dev #75

Closed peter279k closed 4 years ago

peter279k commented 5 years ago

The "minimum-stability" block defined on composer.json means these all dependencies will install unstable versions.

IMHO, I suggest we can consider let "minimum-stability" be stable because it's proper for this package to install the stable versions of dependencies.

edamov commented 5 years ago

@peter279k Maybe this will help you - https://stackoverflow.com/a/23741001/1806427

peter279k commented 5 years ago

Hi @edamov, thanks for your reply.

This post you share looks great for us to accomplish issue.