Skip to content

Commit

Permalink
Dev: Raise minimum PHP requirement to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Sep 9, 2020
1 parent 8e080ad commit 403ebf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/InstallerConfigForm.php
Expand Up @@ -41,7 +41,7 @@ class InstallerConfigForm extends CFormModel
const DB_TYPE_ODBC = 'odbc';

const MINIMUM_MEMORY_LIMIT = 128;
const MINIMUM_PHP_VERSION = '7.0.0';
const MINIMUM_PHP_VERSION = '7.2.0';

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

0 comments on commit 403ebf2

Please sign in to comment.