From 3e2d7338b1189128d0f12f547d21703607d859bd Mon Sep 17 00:00:00 2001 From: Michel Mendiola Date: Tue, 15 Oct 2024 13:17:06 -0600 Subject: [PATCH] chore: Update min PHP version --- other/install.php | 2 +- other/upgrade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/other/install.php b/other/install.php index e17f1c29a0..02ef15a498 100644 --- a/other/install.php +++ b/other/install.php @@ -43,7 +43,7 @@ define('SMF_SETTINGS_FILE', __DIR__ . '/Settings.php'); define('SMF_SETTINGS_BACKUP_FILE', __DIR__ . '/Settings_bak.php'); -$GLOBALS['required_php_version'] = '8.0.0'; +$GLOBALS['required_php_version'] = '8.3.0'; // Don't have PHP support, do you? // >Error!Sorry, this installer requires PHP!
diff --git a/other/upgrade.php b/other/upgrade.php index cbdd9cc7f9..77a18fafe2 100644 --- a/other/upgrade.php +++ b/other/upgrade.php @@ -45,7 +45,7 @@ * * @var string */ -$GLOBALS['required_php_version'] = '8.0.0'; +$GLOBALS['required_php_version'] = '8.3.0'; /** * A list of supported database systems.