generated from figuren-theater/new-ft-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.18 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
{
"name": "figuren-theater/code-quality",
"description": "Development tools to measure and test the code quality of figuren.theater, the WordPress Multisite network for puppeteers.",
"license": "GPL-3.0-or-later",
"type": "library",
"keywords": [
".editorconfig",
"phpcs.xml",
"phpstan.neon",
"wordpress"
],
"authors": [
{
"name": "figuren.theater",
"email": "[email protected]"
},
{
"name": "Carsten Bach",
"email": "[email protected]",
"homepage": "https://carsten-bach.de",
"role": "Developer"
}
],
"homepage": "https://websites.fuer.figuren.theater",
"support": {
"email": "[email protected]",
"issues": "https://github.com/figuren-theater/code-quality/issues",
"source": "https://github.com/figuren-theater/code-quality"
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "1.0.0",
"ergebnis/composer-normalize": "2.44.0",
"figuren-theater/coding-standards": "*",
"figuren-theater/phpstan": "*",
"phpstan/extension-installer": "1.4.3"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true
}
}
}