Skip to content

Commit 273fde9

Browse files
lmsssrtab
authored andcommitted
Reverted to the previous Twig version. The latest 1.x version has some issues.
1 parent 40318ab commit 273fde9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

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+
711
## [3.0.2] - 2024-06-14
812
### Added
913
- `Twig` minimal version supported setted to `>=1.44.7`.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require": {
2121
"php": ">=7.0.0",
22-
"twig/twig": ">=1.44.7"
22+
"twig/twig": ">=1.35"
2323
},
2424
"require-dev": {
2525
"php-coveralls/php-coveralls": "^1.0",

0 commit comments

Comments
 (0)