Skip to content

Commit ccd42e6

Browse files
committed
Minimum php now 7.4
1 parent 9954a51 commit ccd42e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"source": "https://github.com/bcit-ci/CodeIgniter"
1212
},
1313
"require": {
14-
"php": ">=7.2"
14+
"php": ">=7.4"
1515
},
1616
"suggest": {
1717
"paragonie/random_compat": "Provides better randomness in PHP 5.x"

readme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://github.com/NielBuys/CodeIgniter/releases
2020
Server Requirements
2121
*******************
2222

23-
PHP version 7.2 or newer (PHP 8.3 ready) is recommended.
23+
PHP version 7.4 or newer (PHP 8.3 ready) is recommended.
2424

2525
************
2626
Installation

0 commit comments

Comments
 (0)