Skip to content

Commit 68b87f0

Browse files
feat: update Twig from v1 => v2 (#64)
Co-authored-by: Adam Juran <[email protected]> BREAKING CHANGE: Twig PHP updated from v1 => v2 - everything *should* work fine
1 parent 74ec717 commit 68b87f0

File tree

2 files changed

+102
-41
lines changed

2 files changed

+102
-41
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"require": {
1111
"ext-json": "*",
12-
"twig/twig": "^1.41.1",
12+
"twig/twig": "^2.12",
1313
"react/http": "^0.8.3"
1414
}
1515
}

composer.lock

Lines changed: 101 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)