From afbd71b868c7f5a1b2e55b1074b6758cac2f362f Mon Sep 17 00:00:00 2001 From: hirosan Date: Tue, 15 Apr 2025 23:11:00 -0700 Subject: [PATCH] Update getting-started.md (#1111) Indicate support for php8.4 in docs. --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 3628fd20..1ea927e9 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.3. +Smarty can be run with PHP 7.2 to PHP 8.4. ## Installation Smarty can be installed with [Composer](https://getcomposer.org/).