Set minimum PHP version to 7.2.9
[lhc/web/wiklou.git] / includes / PHPVersionCheck.php
index fe9a69c..bf0a403 100644 (file)
@@ -95,7 +95,7 @@ class PHPVersionCheck {
                        'version' => PHP_VERSION,
                        'vendor' => 'the PHP Group',
                        'upstreamSupported' => '7.1.0',
-                       'minSupported' => '7.2.0',
+                       'minSupported' => '7.2.9',
                        'upgradeURL' => 'https://www.php.net/downloads.php',
                );
        }