From 85c54d7e29d5618211d6b3b85a4ab8c0822aa8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Kr=C3=A4mer?= Date: Fri, 23 May 2014 14:03:20 +0200 Subject: [PATCH] Updating composer.json --- composer.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 384a9d7..d9ae74c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,8 @@ { "name": "cakedc/search", + "description": "Search Plugin for CakePHP", "type": "cakephp-plugin", - "description": "The Search plugin allows you to make any kind of data searchable, enabling you to implement a robust searching rapidly.", + "keywords": ["cakephp", "search", "prg", "post-redirect-get", "filter"], "homepage": "http://github.com/CakeDC/search", "license": "MIT", "authors": [ @@ -11,6 +12,14 @@ "homepage": "http://cakedc.com" } ], + "support": { + "email": "team@cakedc.com", + "issues": "https://github.com/CakeDC/search/issues", + "forum": "http://stackoverflow.com/tags/cakedc", + "wiki": "https://github.com/CakeDC/search/blob/master/Docs/Home.md", + "irc": "irc://irc.freenode.org/cakephp", + "source": "https://github.com/CakeDC/search" + }, "require": { "php": ">=5.3.0", "composer/installers": "*"