diff --git a/CHANGELOG.md b/CHANGELOG.md index ea98a074..0a90d298 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. + ## [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

Quantum -

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