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.
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:
Hope you can check the compatibility with recent PHP version, and fix the problem.
Thank you.