-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcomposer.json
30 lines (30 loc) · 916 Bytes
/
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
{
"name" : "rarst/fragment-cache",
"description" : "WordPress plugin for partial and async caching of heavy front-end elements.",
"keywords" : ["wordpress", "cache", "performance"],
"type" : "wordpress-plugin",
"homepage" : "https://github.com/Rarst/fragment-cache",
"license" : "GPL-2.0+",
"authors" : [
{
"name" : "Andrey Savchenko",
"email" : "[email protected]",
"homepage": "http://www.Rarst.net/"
}
],
"support" : {
"issues": "https://github.com/Rarst/fragment-cache/issues"
},
"require" : {
"composer/installers" : "~1.0",
"markjaquith/wp-tlc-transients": "~1.0",
"php" : ">=5.3",
"pimple/pimple" : "~3.0"
},
"suggest": {
"rarst/update-blocker": "Prevents invalid updates from official repositories"
},
"autoload" : {
"classmap": ["php/"]
}
}