-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ville Siltala
committed
Dec 8, 2016
1 parent
d2f1bd3
commit 69d4793
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |