summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-11-29 19:38:28 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2019-11-29 19:38:28 +0100
commit577c052aff605697cd173967751828a181cca4ad (patch)
treebfb3dd8af8cb0655c52b81be206134e8fe6a2cd5 /composer.json
parent15e6740e12df3fa53c4b0f3e85e3d91590f0ef60 (diff)
Twig update to 3.0.0 and Renderer type hinting
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 2beeeb68..4bd7ae40 100644
--- a/composer.json
+++ b/composer.json
@@ -40,7 +40,7 @@
"swiftmailer/swiftmailer": "^6.2",
"symfony/http-foundation": "^4.3",
"symfony/psr-http-message-bridge": "^1.2",
- "twig/twig": "^2.11",
+ "twig/twig": "^3.0",
"vlucas/phpdotenv": "^3.3"
},
"require-dev": {