From a9c63f3404f6dda92adb1a750d8a7ba4c14b8abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20=C5=A0t=C4=9Btka?= Date: Mon, 16 Aug 2021 15:21:33 +0200 Subject: [PATCH] Allow up to Latte 2.10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 74848e3..fa678e6 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": ">=7.2", "erusev/parsedown": "~1.7.3", "erusev/parsedown-extra": "^0.7.1|^0.8.0", - "latte/latte": "~2.5.1|~2.6.0|~2.7.0|~2.8.0", + "latte/latte": "~2.5.1|~2.6.0|~2.7.0|~2.8.0|~2.9.0|~2.10.0", "nette/di": "^3.0", "nette/utils": "~3.0.0|~3.1.0" },