From 2a9bce05c04b5102915abe082aa65e6165d824d2 Mon Sep 17 00:00:00 2001 From: Jan Wennrich Date: Fri, 11 Aug 2023 22:48:26 +0200 Subject: [PATCH 1/2] 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" : [ { From 721f22060a417ce6dd8c95e34787bbb93d037051 Mon Sep 17 00:00:00 2001 From: Jan Wennrich Date: Fri, 11 Aug 2023 22:51:01 +0200 Subject: [PATCH 2/2] build: update outdated composer.lock Previously the composer.lock stated that PHP 7.2 is required. But the actual PHP requirement is >=7.4. --- composer.lock | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index 365324c..df61b11 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d2656dbd5be1dfc1fd290ace3e1b803a", + "content-hash": "668e283dc3dadfb407cb40fbcb4ee98d", "packages": [ { "name": "theseer/css2xpath", @@ -36,11 +36,15 @@ "authors": [ { "name": "Arne Blankerts", - "role": "Developer", - "email": "arne@blankerts.de" + "email": "arne@blankerts.de", + "role": "Developer" } ], "description": "PHP Library to translate CSS selectors into XPath", + "support": { + "issues": "https://github.com/theseer/CSS2XPath/issues", + "source": "https://github.com/theseer/css2xpath/tree/2.0.0" + }, "time": "2019-08-28T04:35:56+00:00" } ], @@ -51,9 +55,10 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^7.2|^8.0", + "php": "^7.4|^8.0", "ext-dom": "*", "ext-libxml": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }