Skip to content

Commit

Permalink
Merge pull request #46 from samwilson/intl-extra
Browse files Browse the repository at this point in the history
Add Twig i18n extension
  • Loading branch information
samwilson authored Apr 4, 2022
2 parents 32b8096 + 6369427 commit d23f153
Show file tree
Hide file tree
Showing 16 changed files with 878 additions and 483 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"symfony/process": "^5.0",
"symfony/yaml": "^5.0",
"tedivm/stash": "^0.16",
"twig/intl-extra": "^3.3",
"twig/twig": "^3.0"
},
"require-dev": {
Expand All @@ -42,6 +43,11 @@
"bin": [
"bin/basildon"
],
"config": {
"platform": {
"php": "7.3"
}
},
"scripts": {
"test": [
"composer validate",
Expand Down
Loading

0 comments on commit d23f153

Please sign in to comment.