diff options
| author | hirosan <h-marumoto@cybozu.co.jp> | 2025-04-15 23:11:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-16 08:11:00 +0200 |
| commit | afbd71b868c7f5a1b2e55b1074b6758cac2f362f (patch) | |
| tree | 419a7c9fa17c8bd56567441d904ac1698f65ae5d /docs | |
| parent | e26f82d02c4d18fc82094c28fbc65f711e39ed5d (diff) | |
| download | smarty-afbd71b868c7f5a1b2e55b1074b6758cac2f362f.tar.gz smarty-afbd71b868c7f5a1b2e55b1074b6758cac2f362f.tar.bz2 smarty-afbd71b868c7f5a1b2e55b1074b6758cac2f362f.zip | |
Update getting-started.md (#1111)
Indicate support for php8.4 in docs.
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 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/). |
