• Resolved iegorka

    (@iegorka)


    Hello,

    Thank you for this plugin.

    It seems that the composer requires PHP 7.4. The file wp-saml-auth/vendor/composer/platform_check.php contains this check:

    
    if (!(PHP_VERSION_ID >= 70400)) {
        $issues[] = 'Your Composer dependencies require a PHP version ">= 7.4.0". You are running ' . PHP_VERSION . '.';
    }
    

    Is it possible to regenerate the file platform_check.php or disable it?

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    Sorry about that! I guess I messed something up with composer.json when I was changing the supported PHP version.

    I’ve just tagged v2.0.1 with a fix.

    Thread Starter iegorka

    (@iegorka)

    Thank you very much.
    I’ve tested the new version with PHP 7.3, and it works perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with the minimal PHP Version 7.3 and the composer/platform_check.php 7.4’ is closed to new replies.