Cidaas / Cidaas-for-Typo3

Enables secure and convenient authentication of users in TYPO3 with cidaas. Secure – Fast – And unrivaled Swabian.
https://www.cidaas.com
GNU General Public License v2.0
4 stars 3 forks source link

Set PHP-Version in composer.json according to ext_emconf.php #2

Closed freshworkx closed 3 years ago

freshworkx commented 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

freshworkx commented 3 years ago

Solved with commit 7497f7d. Thanks @gopimallela