-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
36 lines (36 loc) · 1.05 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
{
"name": "stevegrunwell/wp-cache-remember",
"description": "Helper for the WordPress object cache and transients",
"type": "wordpress-muplugin",
"license": "MIT",
"keywords": [
"wordpress",
"wordpress-plugin",
"wordpress-object-cache",
"wordpress-transients"
],
"authors": [
{
"name": "Steve Grunwell",
"email": "steve@stevegrunwell.com",
"homepage": "https://stevegrunwell.com"
}
],
"support": {
"issues": "https://github.com/stevegrunwell/wp-cache-remember/issues",
"source": "https://github.com/stevegrunwell/wp-cache-remember"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.2",
"composer/installers": "^1.0||^2.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.5||^0.6||^0.7",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"wp-coding-standards/wpcs": "^2.2"
},
"autoload": {
"files": ["wp-cache-remember.php"]
}
}