forked from ariffsetiawan/hyperdrive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 946 Bytes
/
Copy pathcomposer.json
File metadata and controls
39 lines (39 loc) · 946 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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "comfusion/hyperdrive",
"description": "The fastest way to load pages in WordPress.",
"keywords": ["wordpress", "wp", "performance", "plugin", "hyperdrive"],
"homepage": "http://hyperdrive.habd.as",
"license": "AGPL-3.0",
"authors": [{
"name": "Josh Habdas",
"email": "josh@habd.as",
"homepage": "https://habd.as"
}],
"scripts": {
"lint:config": "bin/lint-config.sh",
"lint:plugin": "bin/lint-php.sh ./src"
},
"type": "wordpress-plugin",
"repositories": [{
"url": "https://github.com/jhabdas/wp-enforcer.git",
"type": "git"
}],
"require": {
"php": ">=5.6",
"composer/installers": "^1.3"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"require-dev": {
"stevegrunwell/wp-enforcer": "dev-master"
},
"post-install-cmd": [
"wp-enforcer -c phpcs.ruleset.xml"
],
"post-update-cmd": [
"wp-enforcer -c phpcs.ruleset.xml"
]
}