diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-30 07:13:37 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-30 07:13:37 +0200 |
commit | bbfa75b764a28026fb982c7aeccf88ec03434011 (patch) | |
tree | 07f096579536b2105eb2a39e23967bc47d43cd5c /composer.json | |
parent | 6df5a192b98719282e65a05638c1fb039318f9e5 (diff) |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
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": [ |