From 8dba602b88ba1c7d48c176bfdef7eea0b0e4389a Mon Sep 17 00:00:00 2001 From: Marc Laporte Date: Thu, 2 Jul 2026 09:00:14 -0400 Subject: [PATCH] Adding my understanding of which versions are supported --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c6edc29c..45a24f03f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ Smarty is a template engine for PHP, facilitating the separation of presentation Read the [documentation](https://smarty-php.github.io/smarty/) to find out how to use it. ## Requirements -Smarty v5 can be run with PHP 7.2 to PHP 8.5. +Smarty v5 can be run with PHP 7.2 to PHP 8.5. +[Smarty v4](https://github.com/smarty-php/smarty/tree/support/4) is still getting security patches. +Smarty v3 and older are no longer supported. ## Installation Smarty versions 3.1.11 or later can be installed with [Composer](https://getcomposer.org/). @@ -25,4 +27,4 @@ Smarty is sponsored by: - Marc Laporte [@marclaporte](https://github.com/marclaporte) - [Temma](https://github.com/Digicreon/Temma), the MVC framework based on Smarty -Thank you! \ No newline at end of file +Thank you!