Skip to content

Commit

Permalink
Dev: Raise MINIMUM_PHP_VERSION to 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed May 3, 2023
1 parent 55b9249 commit 4920978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/InstallerConfigForm.php
Expand Up @@ -40,7 +40,7 @@ class InstallerConfigForm extends CFormModel
public const DB_TYPE_ODBC = 'odbc';

public const MINIMUM_MEMORY_LIMIT = 128;
public const MINIMUM_PHP_VERSION = '7.2.5';
public const MINIMUM_PHP_VERSION = '7.4.0';

// Database
/** @var string $dbtype */
Expand Down

0 comments on commit 4920978

Please sign in to comment.