mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Make PHP7.2 lowest supported version, use sodium for bin2hex and hex2bin operations
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
// YOU SHOULD NOT EDIT ANYTHING IN THIS FILE, COPY .../ntmux/config/settings.example.php TO .../nntmux/config/settings.php AND EDIT THAT FILE!
|
||||
|
||||
define('NN_MINIMUM_PHP_VERSION', '7.1.0');
|
||||
define('NN_MINIMUM_PHP_VERSION', '7.2.0');
|
||||
define('NN_MINIMUM_MYSQL_VERSION', '5.6');
|
||||
define('NN_MINIMUM_MARIA_VERSION', '10.1');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user