Skip to content

Commit

Permalink
Added the composer file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ville Siltala committed Dec 8, 2016
1 parent d2f1bd3 commit 69d4793
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "devgeniem/wp-redis-object-group-cache",
"type": "wordpress-plugin",
"description": "A plugin extending the Redis Object Cache for WordPress with a group cache functionality",
"authors": [
{
"name": "Ville Siltala",
"email": "[email protected]",
"homepage": "http://geniem.com/",
"role": "Developer"
}
],
"require": {
"composer/installers": "^1.0.0"
},
"keywords": [
"wordpress", "redis", "plugin", "cache", "object cache"
],
"license": "GPL-3.0",
"minimum-stability": "dev",
"require": {
"php": ">=5.4",
"composer/installers": "^1.0.12"
}
}

0 comments on commit 69d4793

Please sign in to comment.