mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +03:00
Fix check of system requirements
This commit is contained in:
parent
dbe04bb342
commit
dd4169f815
@ -30,7 +30,7 @@ class Installer
|
||||
/**
|
||||
* Minimal PHP version Mibew Messenger works with.
|
||||
*/
|
||||
const MIN_PHP_VERSION = 50400;
|
||||
const MIN_PHP_VERSION = 70103;
|
||||
|
||||
/**
|
||||
* Associative array of system configs.
|
||||
|
Loading…
Reference in New Issue
Block a user