Merge pull request #1023 from ByteHamster/fix-twig

Upgrade twig for php 8.0 compatibility
This commit is contained in:
ByteHamster 2021-01-23 12:43:33 +01:00 committed by GitHub
commit 702e3b82c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" : {