X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FPHPVersionCheck.php;h=e726729481bfea0a1195d47614a032bd8dea1b0c;hp=bf138c4b1ea6a0fc77b5b3c8f47916fb49cc2a35;hb=e88526b69856b65d8afc2b17fdd2ec4dba5fe9c1;hpb=339a7c13003d8fcd8ccafd55559fc19cdaef3f11 diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index bf138c4b1e..e726729481 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -108,8 +108,8 @@ class PHPVersionCheck { 'implementation' => 'PHP', 'version' => PHP_VERSION, 'vendor' => 'the PHP Group', - 'upstreamSupported' => '5.6.0', - 'minSupported' => '7.0.13', + 'upstreamSupported' => '7.1.0', + 'minSupported' => '7.2.0', 'upgradeURL' => 'https://www.php.net/downloads.php', ); }