diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2025-11-19 22:33:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-19 22:33:49 +0100 |
| commit | 8cc9a75964b37c9a58251d2747118297582cd673 (patch) | |
| tree | ebdfefd1223ed779fcdb9b8a7a2f6095e6f860c7 /README.md | |
| parent | 21d7fbb67e8c6098084d9ba49d5cef07c8de49be (diff) | |
| download | smarty-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/). |
