forked from daylightstudio/FUEL-CMS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: PHP requirement versions updated
- Loading branch information
1 parent
9f4c045
commit 064a0e6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<h1>Server Requirements</h1> | ||
<ul> | ||
<li>Apache server with .htaccess.</li> | ||
<li><a href="http://www.php.net" target="_blank">PHP</a> version 5.4+ - 7.1x. PHP 7.2 throws deprecation warnings.</li> | ||
<li><a href="http://www.php.net" target="_blank">PHP</a> version 5.7x - 8.1x.</li> | ||
<li>A <a href="http://www.mysql.com" target="_blank">MySQL 4+</a> database if using the FUEL admin. Currently does not support other databases.</li> | ||
</ul> |