We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a1780b + 899f8ee commit 01e987dCopy full SHA for 01e987d
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
+## [2.0.2] - 2017-12-12
8
+### Changed
9
+ - `Twig` minimal version supported setted to `>=1.35`.
10
+
11
## [2.0.1] - 2017-12-11
12
### Changed
13
- Loading `Twig` classes with psr-4 mode;
composer.json
@@ -17,7 +17,7 @@
17
"require": {
18
"php": ">=7.0.0",
19
"fleshgrinder/format": "^1.1",
20
- "twig/twig": "^2.4"
+ "twig/twig": ">=1.35"
21
},
22
"require-dev": {
23
"phpunit/phpunit": "~6.0",
0 commit comments