forked from wp-media/wp-rocket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
52 lines (52 loc) · 1.14 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
{
"name": "wp-media/wp-rocket",
"description": "Performance optimization plugin for WordPress",
"keywords": [
"wordpress",
"cache",
"minification",
"lazyload"
],
"homepage": "https://wp-rocket.me",
"license": "GPL-2.0+",
"authors": [
{
"name": "WP Media",
"email": "[email protected]",
"homepage": "https://wp-media.me"
}
],
"type": "wordpress-plugin",
"config": {
"sort-packages": true
},
"support": {
"issues": "https://github.com/wp-media/wp-rocket/issues",
"source": "https://github.com/wp-media/wp-rocket"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/tabrisrp/wp-background-processing"
}
],
"require": {
"php": ">=5.4.0",
"a5hleyrich/wp-background-processing": "1.1 as 1.0",
"composer/installers": "~1.0",
"jamesryanbell/cloudflare": "^1.11",
"matthiasmullie/minify": "1.3.*"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"phpcompatibility/phpcompatibility-wp": "*",
"squizlabs/php_codesniffer": "^3.2",
"wp-coding-standards/wpcs": "^1.0.0"
},
"autoload": {
"classmap": [
"inc/classes",
"inc/vendors/classes"
]
}
}