Skip to content

Commit

Permalink
Minimum php now 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NielBuys committed Feb 28, 2024
1 parent 9954a51 commit ccd42e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"source": "https://github.com/bcit-ci/CodeIgniter"
},
"require": {
"php": ">=7.2"
"php": ">=7.4"
},
"suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
Expand Down
2 changes: 1 addition & 1 deletion readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ https://github.com/NielBuys/CodeIgniter/releases
Server Requirements
*******************

PHP version 7.2 or newer (PHP 8.3 ready) is recommended.
PHP version 7.4 or newer (PHP 8.3 ready) is recommended.

************
Installation
Expand Down

0 comments on commit ccd42e6

Please sign in to comment.