Skip to content

Commit

Permalink
Merge pull request #1023 from ByteHamster/fix-twig
Browse files Browse the repository at this point in the history
Upgrade twig for php 8.0 compatibility
  • Loading branch information
ByteHamster committed Jan 23, 2021
2 parents 458c642 + d655b1e commit 702e3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php" : "^7.1 || ^8.0",
"sabre/dav" : "~4.1.4",
"twig/twig" : "~2.12.5",
"twig/twig" : "~2.13.1",
"symfony/yaml" : "^3.4"
},
"require-dev" : {
Expand Down

0 comments on commit 702e3b8

Please sign in to comment.