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