Skip to content

Commit 6986be3

Browse files
MGatnerpaulbalandan
authored andcommitted
Fix additional ersion reference
1 parent 385ba18 commit 6986be3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
// Valid PHP Version?
4-
$minPHPVersion = '7.2';
4+
$minPHPVersion = '7.3';
55
if (version_compare(PHP_VERSION, $minPHPVersion, '<'))
66
{
77
die("Your PHP version must be {$minPHPVersion} or higher to run CodeIgniter. Current version: " . PHP_VERSION);

0 commit comments

Comments
 (0)