From 36810dedf0f8f3d193349b0901cebd3fc248a532 Mon Sep 17 00:00:00 2001
From: Arman <407448+armanist@users.noreply.github.com>
Date: Sat, 11 Jul 2026 16:41:45 +0400
Subject: [PATCH 1/2] Cleanup README and changelog metadata
---
CHANGELOG.md | 6 ++++++
README.md | 13 -------------
2 files changed, 6 insertions(+), 13 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea98a074..f6fa8a3f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
+
## [3.0.3] - 2026-07-10
### Changed
diff --git a/README.md b/README.md
index 73d58fee..5e5283b5 100644
--- a/README.md
+++ b/README.md
@@ -30,19 +30,6 @@
Features
-Requirements
-
-- PHP 8.0 or later
-
-The HTML renderer is available by default and does not require Twig. Twig rendering remains supported as an optional
-integration. Install a currently supported Twig release separately before selecting the `twig` renderer:
-
-```bash
-composer require twig/twig:^3.27
-```
-
-Twig 3.27 and later require PHP 8.1. Applications that must remain on PHP 8.0 should use the default HTML renderer.
-
Installation
1. Create new project
From fc014927d6f98ae881d1027544786d263c9618ae Mon Sep 17 00:00:00 2001
From: Arman <407448+armanist@users.noreply.github.com>
Date: Sat, 11 Jul 2026 16:48:43 +0400
Subject: [PATCH 2/2] Drop SemVer claim from changelog header
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6fa8a3f..0a90d298 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
-The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
+The format is based on Keep a Changelog.
## [3.0.3] - 2026-07-10