We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766f313 commit 80bfb89Copy full SHA for 80bfb89
spark
@@ -4,7 +4,7 @@
4
use CodeIgniter\Config\DotEnv;
5
6
// Valid PHP Version?
7
-$minPHPVersion = '7.2';
+$minPHPVersion = '7.4';
8
if (version_compare(PHP_VERSION, $minPHPVersion, '<'))
9
{
10
die("Your PHP version must be {$minPHPVersion} or higher to run CodeIgniter. Current version: " . PHP_VERSION);
0 commit comments