Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,6 @@
<h2>Features</h2>
<img src="https://quantumphp.io/assets/img/features.png" alt="Quantum" />

<h2>Requirements</h2>

- 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.

<h2>Installation</h2>

<h3> 1. Create new project </h3>
Expand Down
Loading