Fix min PHP version in installer

This commit is contained in:
Fedor A. Fetisov 2018-01-12 01:00:09 +03:00
parent 39309d1914
commit 87d7478864

View File

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