From 0d09b1f4ee24230667800f57d22048cfde24272f Mon Sep 17 00:00:00 2001 From: Jan Richter Date: Tue, 12 Jan 2021 07:14:44 +1300 Subject: [PATCH] Update introduction.rst PHP 5.5 is no longer supported --- create_framework/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_framework/introduction.rst b/create_framework/introduction.rst index 1c068942110..dfef9228e44 100644 --- a/create_framework/introduction.rst +++ b/create_framework/introduction.rst @@ -62,7 +62,7 @@ Before You Start Reading about how to create a framework is not enough. You will have to follow along and actually type all the examples included in this tutorial. For that, -you need a recent version of PHP (5.5.9 or later is good enough), a web server +you need a recent version of PHP (7.4 or later is good enough), a web server (like Apache, nginx or PHP's built-in web server), a good knowledge of PHP and an understanding of Object Oriented programming.