xperseguers / t3ext-ig_ldap_sso_auth

TYPO3 Extension ig_ldap_sso_auth. This extension provides LDAP and SSO support for TYPO3.
https://extensions.typo3.org/extension/ig_ldap_sso_auth
27 stars 68 forks source link

Make extension working/installable with PHP 7.2 #11

Closed hirnschmalz closed 6 years ago

hirnschmalz commented 6 years ago

Since the current TYPO3 LTS version supports PHP 7.2 it would be great if the extension would be compatible with PHP 7.2.

If you try to install the EXT via composer you get an error

[InvalidArgumentException]
Package causal/ig_ldap_sso_auth at version  has a PHP requirement incompatible with your PHP version (7.2.2)
hirnschmalz commented 6 years ago

Just tested LDAP login on TYPO3 8.7.10 running on PHP 7.2.2 and it worked.

Until the PHP requirements are adjusted in the composer.json and ext_emconf.php the extension can be installed via composer with the following command

composer require causal/ig_ldap_sso_auth --ignore-platform-reqs