Skip to content

Commit 02f71c1

Browse files
authored
Merge pull request #56 from clue-labs/php8
2 parents 3744003 + cdff04c commit 02f71c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theme/homepage.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ echo "Server running at http://127.0.0.1:8080" . PHP_EOL;
9191
<li><strong>Rock-solid</strong> with stable long-term support (LTS) releases.</li>
9292
<li><strong>Requires no extensions</strong> and runs on any platform - no excuses!</li>
9393
<li>Takes advantage of <strong>optional extensions</strong> to get better performance when available.</li>
94-
<li><strong>Highly recommends latest version of PHP 7+</strong> for best performance and support.</li>
95-
<li><strong>Supports legacy PHP 5.3+ and HHVM</strong> for maximum compatibility.</li>
94+
<li><strong>Supports latest version of PHP 8+ and PHP 7+</strong> for best performance and support.</li>
95+
<li>Still <strong>supports legacy PHP 5.3+ and HHVM</strong> for maximum compatibility.</li>
9696
<li><strong>Well designed</strong> and <strong>reusable components</strong>.</li>
9797
<li><strong>Decoupled parts</strong> so they can be replaced by alternate implementations.</li>
9898
<li>Carefully <strong>tested</strong> (unit &amp; functional).</li>

0 commit comments

Comments
 (0)