summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorProgi1984 <progi1984@gmail.com>2022-11-22 21:22:57 +0100
committerGitHub <noreply@github.com>2022-11-22 21:22:57 +0100
commitc016895166af23aa37468e7556577e3f7772065c (patch)
tree22e8da694ca5e99266b0d82402f45e0807454f9e /README.md
parentf81720941c07c76ad5ee25d0d69682463acb504b (diff)
downloadsmarty-c016895166af23aa37468e7556577e3f7772065c.tar.gz
smarty-c016895166af23aa37468e7556577e3f7772065c.tar.bz2
smarty-c016895166af23aa37468e7556577e3f7772065c.zip
PHP8.2 compatibility (#775)
* PHP8.2 compatibility * PHP8.2 compatibility : Fixed unit tests * PHP8.2 compatibility : Replace ENT_COMPAT by ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 * PHP8.2 compatibility : Remove deprecated utf8_decode * PHP8.2 compatibility : Remove HTML-ENTITIES parameter * Removed some unused code for clarity, updated the changelog. * More concise escape implementation and unit test to cover both modifierplugin and modifiercompiler. * Fix htmlall unescape of quotes without mbstring too Co-authored-by: Simon Wisselink <s.wisselink@iwink.nl>
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 782f0b2c..0ef3cfab 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 can be run with PHP 7.1 to PHP 8.1.
+Smarty can be run with PHP 7.1 to PHP 8.2.
## Installation
Smarty versions 3.1.11 or later can be installed with [Composer](https://getcomposer.org/).