We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40318ab commit 273fde9Copy full SHA for 273fde9
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## [3.0.3] - 2024-07-03
8
+### Fixed
9
+ - Fixed the Twig version. Reverted to the previous Twig version. The latest 1.x version has some issues.
10
+
11
## [3.0.2] - 2024-06-14
12
### Added
13
- `Twig` minimal version supported setted to `>=1.44.7`.
composer.json
@@ -19,7 +19,7 @@
19
},
20
"require": {
21
"php": ">=7.0.0",
22
- "twig/twig": ">=1.44.7"
+ "twig/twig": ">=1.35"
23
24
"require-dev": {
25
"php-coveralls/php-coveralls": "^1.0",
0 commit comments