Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Updating composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed May 23, 2014
1 parent 4b7cfdb commit 85c54d7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion 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": [
Expand All @@ -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": "*"
Expand Down

0 comments on commit 85c54d7

Please sign in to comment.