From a26eb8304509fc9433e4236e5b2f68e90f2a9cf9 Mon Sep 17 00:00:00 2001 From: Jan Wennrich Date: Fri, 11 Aug 2023 22:48:26 +0200 Subject: [PATCH] docs: inform that PHP >=7.4 is required Previously the documentation stated that PHP 7.2 or 7.x is sufficient. --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 022af29..5a779e4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Templado -A pragmatic approach to templating for PHP 7.x +A pragmatic approach to templating for PHP >=7.4 [![Integrate](https://github.com/templado/engine/workflows/Integrate/badge.svg)](https://github.com/templado/engine/actions) diff --git a/composer.json b/composer.json index cd397cc..d237325 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name" : "templado/engine", - "description" : "A pragmatic approach to templating for PHP 7.2+", + "description" : "A pragmatic approach to templating for PHP >=7.4", "license" : "BSD-3-Clause", "authors" : [ {