Skip to content

Commit faf2e4c

Browse files
committed
Added plugin.json
1 parent e478b62 commit faf2e4c

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Author](https://img.shields.io/badge/author-Daniel%20M.%20Hendricks-blue.svg)](https://www.danhendricks.com)
2-
[![GitHub license](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercontent.com/dmhendricks/wordpress-base-plugin/master/LICENSE)
2+
[![GitHub License](https://img.shields.io/badge/license-GPLv2-green.svg)](https://raw.githubusercontent.com/dmhendricks/wordpress-base-plugin/master/LICENSE)
33
[![Twitter](https://img.shields.io/twitter/url/https/github.com/dmhendricks/wordpress-base-plugin.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=%5Bobject%20Object%5D)
44

55
# WordPress Base Plugin
@@ -58,6 +58,7 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
5858
#### Branch: `master`
5959

6060
* Bumped minimum PHP version check to 5.4
61+
* Added initial `plugin.json` for configuration
6162

6263
## Credits
6364

plugin.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"prefix": "myplugin_",
3+
"object_cache": {
4+
"group": "my_plugin_cache",
5+
"expire": 72
6+
},
7+
"dependencies": {
8+
"php": "5.4.0",
9+
"carbon_fields": "2.0"
10+
},
11+
}

0 commit comments

Comments
 (0)