You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: