Skip to content

Commit 80bfb89

Browse files
authored
fix: update needed php version
1 parent 766f313 commit 80bfb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use CodeIgniter\Config\DotEnv;
55

66
// Valid PHP Version?
7-
$minPHPVersion = '7.2';
7+
$minPHPVersion = '7.4';
88
if (version_compare(PHP_VERSION, $minPHPVersion, '<'))
99
{
1010
die("Your PHP version must be {$minPHPVersion} or higher to run CodeIgniter. Current version: " . PHP_VERSION);

0 commit comments

Comments
 (0)