Skip to content

Commit 62a887f

Browse files
committedAug 2, 2023
Internal: Set strict requirement for PHP version 7.4
1 parent bb262de commit 62a887f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎main/inc/lib/api.lib.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121

2222
// PHP version requirement.
23-
define('REQUIRED_PHP_VERSION', '7.1');
23+
define('REQUIRED_PHP_VERSION', '7.4');
2424
define('REQUIRED_MIN_MEMORY_LIMIT', '128');
2525
define('REQUIRED_MIN_UPLOAD_MAX_FILESIZE', '10');
2626
define('REQUIRED_MIN_POST_MAX_SIZE', '10');

0 commit comments

Comments
 (0)
Please sign in to comment.