From 381fd2bc006fa5f98e0426d7bdd59c5afc2e450c Mon Sep 17 00:00:00 2001 From: gbrier Date: Thu, 18 Jun 2020 11:02:13 +0200 Subject: [PATCH] Add TWIG 3 support --- composer.json | 2 +- helloworld.php | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 98dc2a3..6b68ed1 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,6 @@ "type": "project", "license": "proprietary", "require": { - "twig/twig": "^2.0" + "twig/twig": "^3.0" } } diff --git a/helloworld.php b/helloworld.php index 1dc3910..be952b8 100644 --- a/helloworld.php +++ b/helloworld.php @@ -1,7 +1,10 @@ $cacheDir] );