Skip to content

Commit

Permalink
Reverted to the previous Twig version. The latest 1.x version has som…
Browse files Browse the repository at this point in the history
…e issues.
  • Loading branch information
lmss authored and srtab committed Oct 14, 2024
1 parent 40318ab commit 273fde9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [3.0.3] - 2024-07-03
### Fixed
- Fixed the Twig version. Reverted to the previous Twig version. The latest 1.x version has some issues.

## [3.0.2] - 2024-06-14
### Added
- `Twig` minimal version supported setted to `>=1.44.7`.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"require": {
"php": ">=7.0.0",
"twig/twig": ">=1.44.7"
"twig/twig": ">=1.35"
},
"require-dev": {
"php-coveralls/php-coveralls": "^1.0",
Expand Down

0 comments on commit 273fde9

Please sign in to comment.