-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.08 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/ft-network-block-patterns",
"description": "Replaces block-patterns taken from themes with customized versions for the figuren.theater WordPress multisite network.",
"license": "GPL-3.0+",
"type": "wordpress-plugin",
"keywords": [
"wordpress",
"wordpress-plugin",
"site-editor",
"blocks",
"block-pattern",
"block-theme"
],
"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/ft-network-block-patterns/issues",
"source": "https://github.com/figuren-theater/ft-network-block-patterns"
},
"require-dev": {
"figuren-theater/code-quality": "*"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true
}
}
}