Skip to content

Commit 01e987d

Browse files
authored
Merge pull request #16 from dipcode-software/feat/twig-minimal-version
Changed minimal version of twig
2 parents 3a1780b + 899f8ee commit 01e987d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [2.0.2] - 2017-12-12
8+
### Changed
9+
- `Twig` minimal version supported setted to `>=1.35`.
10+
711
## [2.0.1] - 2017-12-11
812
### Changed
913
- Loading `Twig` classes with psr-4 mode;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">=7.0.0",
1919
"fleshgrinder/format": "^1.1",
20-
"twig/twig": "^2.4"
20+
"twig/twig": ">=1.35"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "~6.0",

0 commit comments

Comments
 (0)