-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
40 lines (40 loc) · 1.06 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "pods-framework/pods-alternative-cache",
"description": "File-based or database-based caching solution for for hosts that have limitations on object caching.",
"type": "wordpress-plugin",
"keywords": [
"pods",
"wordpress",
"cache",
"wpengine"
],
"homepage": "https://github.com/pods-framework/pods-alternative-cache",
"license": "GPL-2.0",
"authors": [
{
"name": "Scott Kingsley Clark",
"email": "[email protected]",
"homepage": "http://scottkclark.com",
"role": "Lead Developer"
},
{
"name": "Pods Framework Team",
"email": "[email protected]",
"homepage": "http://pods.io/"
},
{
"name": "Mohamed El-Shaer",
"email": "[email protected]",
"homepage": "http://shaer.me/"
}
],
"support": {
"issues": "https://github.com/pods-framework/pods-alternative-cache/issues",
"source": "https://github.com/pods-framework/pods-alternative-cache"
},
"require": {
"php": ">=5.4",
"composer/installers": "~1.0",
"wpackagist-plugin/pods": ">=2.4"
}
}