-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 847 Bytes
/
Copy pathcomposer.json
File metadata and controls
27 lines (27 loc) · 847 Bytes
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
{
"name": "rah/rah_cache_minify",
"description": "Minify module for rah_cache",
"keywords": ["textpattern", "plugin", "html", "page", "cache", "minify", "compress"],
"homepage": "https://github.com/gocom/rah_cache_minify",
"license": "GPL-2.0",
"type": "textpattern-plugin",
"authors": [
{
"name": "Jukka Svahn",
"homepage": "http://rahforum.biz",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/gocom/rah_cache_minify/issues",
"source": "https://github.com/gocom/rah_cache_minify"
},
"require": {
"php": ">=5.2.0",
"textpattern/lock": ">=4.5.0,<4.7.0",
"textpattern/installer": "*",
"rah/rah_cache": "0.2.*",
"rah/rah_autoload": "*",
"mrclay/minify": "2.1.6"
}
}