Skip to content

Commit

Permalink
feat: update Twig from v1 => v2 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Juran <ajuran@forumone.com>

BREAKING CHANGE: Twig PHP updated from v1 => v2 - everything *should* work fine
  • Loading branch information
juranosaurustechs committed Jun 4, 2020
1 parent 74ec717 commit 68b87f0
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 41 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.41.1",
"twig/twig": "^2.12",
"react/http": "^0.8.3"
}
}
141 changes: 101 additions & 40 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68b87f0

Please sign in to comment.