Skip to content

Commit

Permalink
Add tags and support URLs to the composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegrunwell committed Feb 17, 2018
1 parent 356936c commit 086eeef
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions composer.json
@@ -1,14 +1,25 @@
{
"name": "stevegrunwell/wp-cache-remember",
"description": "Helper for the WordPress object cache and transients",
"type": "wordpress-plugin",
"type": "wordpress-muplugin",
"license": "MIT",
"keywords": [
"wordpress",
"wordpress-plugin",
"wordpress-object-cache",
"wordpress-transients"
],
"authors": [
{
"name": "Steve Grunwell",
"email": "steve@stevegrunwell.com"
"email": "steve@stevegrunwell.com",
"homepage": "https://stevegrunwell.com"
}
],
"support": {
"issues": "https://github.com/stevegrunwell/wp-cache-remember/issues",
"source": "https://github.com/stevegrunwell/wp-cache-remember"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.2",
Expand Down

0 comments on commit 086eeef

Please sign in to comment.