Skip to content

Commit

Permalink
feat: upgrade Twig to v1.42.2
Browse files Browse the repository at this point in the history
This brings in the new `filter`, `map`, and `reduce` functions [just
added](https://symfony.com/blog/twig-adds-filter-map-and-reduce-features).
  • Loading branch information
EvanLovely committed Dec 3, 2019
1 parent 4cd877f commit 451f09e
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"require": {
"ext-json": "*",
"twig/twig": "^1.0.0",
"twig/twig": "^1.41.1",
"react/http": "^0.8.3"
}
}

0 comments on commit 451f09e

Please sign in to comment.