Skip to content
New issue

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

does not work in recent PHP version. #4

Open
speedy-ye opened this issue Dec 7, 2021 · 0 comments
Open

does not work in recent PHP version. #4

speedy-ye opened this issue Dec 7, 2021 · 0 comments

Comments

@speedy-ye
Copy link

composer.json has following line :
"require": {
"php": "^7.4",
},

It generates error with PHP 8, which is the recent version.

Error message :
[InvalidArgumentException]
Package tiggee/dnsmadeeasy-client has requirements incompatible with your PHP version, PHP extensions and Composer version:

  • tiggee/dnsmadeeasy-client v1.0.0 requires ext-json ^7.4 which does not match your installed version 8.1.0.
  • tiggee/dnsmadeeasy-client v1.0.0 requires php ^7.4 which does not match your installed version 8.1.0.
  • tiggee/dnsmadeeasy-client v1.0.0 requires ext-mbstring ^7.4 which does not match your installed version 8.1.0.

Hope you can check the compatibility with recent PHP version, and fix the problem.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant