We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the bundled composer library minishlink/web-push v5.2 requires php-gmp, see line 23 here https://github.com/web-push-libs/web-push-php/blob/v5.2.5/composer.json#L23 but the Pre-installation Check does not check for php-gmp
Pre-installation Check
The text was updated successfully, but these errors were encountered:
notably if we update to minishlink/web-push >=v6, gmp is no longer required: https://github.com/web-push-libs/web-push-php/blob/v6.0.7/composer.json
Sorry, something went wrong.
No branches or pull requests
the bundled composer library minishlink/web-push v5.2 requires php-gmp, see line 23 here https://github.com/web-push-libs/web-push-php/blob/v5.2.5/composer.json#L23
but the
Pre-installation Check
does not check for php-gmpThe text was updated successfully, but these errors were encountered: