summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Wisselink <wisskid@users.noreply.github.com>2025-11-19 22:33:49 +0100
committerGitHub <noreply@github.com>2025-11-19 22:33:49 +0100
commit8cc9a75964b37c9a58251d2747118297582cd673 (patch)
treeebdfefd1223ed779fcdb9b8a7a2f6095e6f860c7 /README.md
parent21d7fbb67e8c6098084d9ba49d5cef07c8de49be (diff)
downloadsmarty-8cc9a75964b37c9a58251d2747118297582cd673.tar.gz
smarty-8cc9a75964b37c9a58251d2747118297582cd673.tar.bz2
smarty-8cc9a75964b37c9a58251d2747118297582cd673.zip
Php8.5 support (#1138)
* PHP 8.5 support (using RC docker image for php 8.5 unit tests)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1b44172d..3c6edc29 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ 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.4.
+Smarty v5 can be run with PHP 7.2 to PHP 8.5.
## Installation
Smarty versions 3.1.11 or later can be installed with [Composer](https://getcomposer.org/).