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 /docs | |
| 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 'docs')
| -rw-r--r-- | docs/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md index 1ea927e9..17a0042b 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -1,7 +1,7 @@ # Getting started ## Requirements -Smarty can be run with PHP 7.2 to PHP 8.4. +Smarty can be run with PHP 7.2 to PHP 8.5. ## Installation Smarty can be installed with [Composer](https://getcomposer.org/). |
