-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
79 lines (73 loc) · 1.89 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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"type": "library",
"license": "GPL-3.0+",
"name": "websharks/comet-cache-pro",
"homepage": "https://github.com/websharks/comet-cache-pro",
"support": {
"source": "https://github.com/websharks/comet-cache-pro",
"issues": "https://github.com/websharks/comet-cache/issues"
},
"description": "A popular caching plugin for WordPress.",
"keywords": [
"websharks",
"comet cache",
"wordpress",
"caching",
"cache"
],
"authors": [{
"name": "websharks",
"homepage": "http://websharks.org",
"role": "company"
}, {
"name": "jaswrks",
"homepage": "http://jaswrks.com",
"role": "developer"
}, {
"name": "raamdev",
"homepage": "https://raamdev.com",
"role": "developer"
}],
"require": {
"php": ">=5.4",
"websharks/sharkicons": "160221",
"websharks/wp-php-rv": "160824.6416",
"websharks/html-compressor": "170420.24924",
"thadafinser/user-agent-parser": "1.5.0",
"browscap/browscap-php": "3.0.0",
"ramsey/uuid": "3.*"
},
"require-lite": {
"php": ">=5.4",
"websharks/sharkicons": "160221",
"websharks/wp-php-rv": "160824.6416"
},
"require-dev": {
"package/bourbon": "4.2.3",
"websharks/wp-i18n-tools": "dev-master"
},
"autoload": {
"psr-4": {
"WebSharks\\CometCache\\Pro\\Classes\\": "src/includes/classes/",
"WebSharks\\CometCache\\Pro\\Traits\\": "src/includes/traits/",
"WebSharks\\CometCache\\Pro\\Interfaces\\": "src/includes/interfaces/"
}
},
"config": {
"vendor-dir": "src/vendor",
"preferred-install": "dist"
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [{
"type": "package",
"package": {
"name": "package/bourbon",
"version": "4.2.3",
"dist": {
"url": "https://github.com/thoughtbot/bourbon/releases/download/v4.2.3/bourbon-v4.2.3.zip",
"type": "zip"
}
}
}]
}