-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
65 lines (65 loc) · 1.84 KB
/
Copy pathcomposer.json
File metadata and controls
65 lines (65 loc) · 1.84 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"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": "lol@scottkclark.com",
"homepage": "http://scottkclark.com",
"role": "Lead Developer"
},
{
"name": "Pods Framework Team",
"email": "contact@pods.io",
"homepage": "http://pods.io/"
},
{
"name": "Mohamed El-Shaer",
"email": "mohamed@shaer.me",
"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": ">=7.2"
},
"require-dev": {
"automattic/vipwpcs": "^3.0.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.1",
"phpcompatibility/phpcompatibility-wp": "*",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-deprecation-rules": "^1.2",
"pods-framework/pods": "dev-main",
"stellarwp/coding-standards": "dev-main",
"szepeviktor/phpstan-wordpress": "*",
"wp-coding-standards/wpcs": "^3.1"
},
"minimum-stability": "stable",
"prefer-stable": true,
"extra": {
"installer-name": "pods-alternative-cache",
"installer-paths": {
"vendor/wordpress-plugin/{$name}/": ["type:wordpress-plugin"]
}
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
}
}
}