forked from 10up/10up-experience
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 990 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
31
32
33
34
35
36
37
38
39
{
"name": "bigwing/bigwing-experience",
"description": "The BigWing Experience plugin configures WordPress to better protect and inform clients, aligned to BigWing's best practices",
"version": "1.5",
"minimum-stability": "dev",
"type": "wordpress-plugin",
"keywords": [
"wordpress",
"bigwing"
],
"homepage": "https://github.com/bigwing/bigwing-experience",
"license": "GPL-2.0-only",
"authors": [
{
"name": "10up",
"homepage": "https://10up.com/"
},
{
"name": "BigWing",
"homepage": "https://BigWing.com/"
}
],
"support": {
"issues": "https://github.com/bigwing/bigwing-experience",
"source": "https://github.com/bigwing/bigwing-experience"
},
"require": {
"php": ">=5.3",
"yahnis-elsts/plugin-update-checker": "v4.7"
},
"require-dev": {
"10up/phpcs-composer": "dev-master",
"10up/wpacceptance": "dev-master"
},
"scripts": {
"lint": "phpcs .",
"lint-fix": "phpcbf ."
}
}