Fix check of system requirements

This commit is contained in:
Fedor A. Fetisov 2021-03-22 22:41:12 +03:00
parent dbe04bb342
commit dd4169f815

View File

@ -30,7 +30,7 @@ class Installer
/** /**
* Minimal PHP version Mibew Messenger works with. * Minimal PHP version Mibew Messenger works with.
*/ */
const MIN_PHP_VERSION = 50400; const MIN_PHP_VERSION = 70103;
/** /**
* Associative array of system configs. * Associative array of system configs.