Closed freshworkx closed 3 years ago
Please set the PHP constrain in composer.json to "php": ">= 7.0.0, <= 7.4.99", according to the definition in ext_emconf.php 'php' => '7.0.0-7.4.99', Therefore the extension can be installed via composer in a PHP 7.4 environment
"php": ">= 7.0.0, <= 7.4.99",
'php' => '7.0.0-7.4.99',
Solved with commit 7497f7d. Thanks @gopimallela
Please set the PHP constrain in composer.json to
"php": ">= 7.0.0, <= 7.4.99",
according to the definition in ext_emconf.php'php' => '7.0.0-7.4.99',
Therefore the extension can be installed via composer in a PHP 7.4 environment