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.