From bbfa75b764a28026fb982c7aeccf88ec03434011 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2017 07:13:37 +0200 Subject: v2.4.9 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 3e99552..905dfab 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "nette/application", - "description": "Nette Application MVC Component", + "description": "🏆 Nette Application: a full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.", + "keywords": ["nette", "mvc", "framework", "component-based", "routing", "seo", "mvp", "presenter", "control", "forms"], "homepage": "https://nette.org", "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"], "authors": [ -- cgit