Skip to content

Commit 8edc2c6

Browse files
Merge pull request #20 from victorwelling/master
Bumps Twig to v2.11
2 parents ade588a + f27d715 commit 8edc2c6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to Shoot will be documented in this file.
33

4+
## [3.1.0] - 2019-06-18
5+
### Changed
6+
- Twig has been bumped to v2.11.
7+
48
## [3.0.0] - 2019-05-01
59
### Changed
610
- Shoot now requires Twig v2.9. In addition, it's now also pinned to this minor version, as Twig doesn't seem to follow

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"psr/http-message": "^1.0",
3333
"psr/http-server-middleware": "^1.0",
3434
"psr/log": "^1.1",
35-
"twig/twig": "~2.9.0"
35+
"twig/twig": "~2.11.0"
3636
},
3737
"require-dev": {
3838
"phpunit/phpunit": "^8.1"

0 commit comments

Comments
 (0)