Skip to content

Commit

Permalink
added description, keywords and authors to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Dec 15, 2014
1 parent 13381b3 commit b05d560
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
"name": "piwik/cache",
"type": "library",
"license": "LGPL-3.0",
"description": "PHP caching library based on Doctrine cache",
"keywords": ["cache","array","file","redis"],
"authors": [
{
"name": "The Piwik Team",
"email": "hello@piwik.org",
"homepage": "http://piwik.org/the-piwik-team/"
}
],
"autoload": {
"psr-4": {
"Piwik\\Cache\\": "src/"
Expand Down

0 comments on commit b05d560

Please sign in to comment.