generated from figuren-theater/new-ft-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.05 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
{
"name": "figuren-theater/phpstan",
"description": "org-wide used phpstan.neon file for the WordPress Multisite network for puppeteers figuren.theater",
"license": "GPL-3.0-or-later",
"type": "phpstan-extension",
"keywords": [
"wordpress",
"phpstan"
],
"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://figuren.theater",
"support": {
"email": "info@figuren.theater",
"issues": "https://github.com/figuren-theater/phpstan/issues",
"source": "https://github.com/figuren-theater/phpstan"
},
"require": {
"php-stubs/wordpress-globals": "0.2.0",
"szepeviktor/phpstan-wordpress": "1.3.5"
},
"require-dev": {
"ergebnis/composer-normalize": "2.44.0"
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true
}
},
"extra": {
"phpstan": {
"includes": [
"extension.neon"
]
}
}
}