generated from figuren-theater/new-ft-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.1 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
{
"name": "figuren-theater/coding-standards",
"description": "Coding standards for PHP, JavaScript and CSS within the figuren.theater WordPress Multisite network.",
"license": "GPL-3.0-or-later",
"type": "phpcodesniffer-standard",
"keywords": [
"wordpress",
"coding-standards",
"wpcs",
"WordPressVIPMinimum"
],
"authors": [
{
"name": "figuren.theater",
"email": "info@figuren.theater"
},
{
"name": "Carsten Bach",
"email": "mail@carsten-bach.de",
"homepage": "https://carsten-bach.de",
"role": "Developer"
}
],
"homepage": "https://websites.fuer.figuren.theater",
"support": {
"email": "info@figuren.theater",
"issues": "https://github.com/figuren-theater/coding-standards/issues",
"source": "https://github.com/figuren-theater/coding-standards"
},
"require": {
"automattic/vipwpcs": "^3.0",
"ergebnis/composer-normalize": "^2.31",
"phpcompatibility/phpcompatibility-wp": "*",
"rarst/phpcs-cognitive-complexity": "^0.2.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true
}
}
}