web-push-libs / web-push-php

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

Checks PHP version bebore requiring GMP #346

Closed ivanwitzke closed 2 years ago

ivanwitzke commented 2 years ago

Fixes #316

marc1706 commented 2 years ago

I think that's a good first step. Since the minimum PHP version is set to 7.3, I think a follow up PR could be to actually remove GMP altogether since it's only used as a fallback now.