From 635d0482e80d8d70a90ad788303c020bd429b104 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 6 Aug 2017 09:20:04 +0200 Subject: v2.4.5 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 46a9c57..39219e9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "latte/latte", - "description": "Latte: the amazing template engine for PHP", - "keywords": ["templating", "twig"], + "description": "☕ Latte: the intuitive and fast template engine for those who want the most secure PHP sites. Introduces context-sensitive escaping.", + "keywords": ["template", "nette", "security", "engine", "html", "twig", "context-sensitive", "escaping"], "homepage": "https://latte.nette.org", "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"], "authors": [ -- cgit