-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
78 lines (78 loc) · 2.15 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "figuren-theater/ft-themes",
"description": "WordPress Themes usable in the figuren.theater Multisite network.",
"license": "GPL-3.0-or-later",
"type": "metapackage",
"keywords": [
"wordpress",
"themes",
"full-site-editing",
"blockthemes"
],
"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/ft-themes/issues",
"source": "https://github.com/figuren-theater/ft-themes"
},
"require": {
"figuren-theater/twentytwentytwo-ft-core": "dev-main",
"wpackagist-theme/archeo": "^1.0",
"wpackagist-theme/avant-garde": "^1.3",
"wpackagist-theme/blockbase": "^3.1",
"wpackagist-theme/blockmag": "^1.1",
"wpackagist-theme/bright-mode": "^1.0",
"wpackagist-theme/catch-fse": "^1.7",
"wpackagist-theme/course": "^1.3",
"wpackagist-theme/davis-blocks": "^0.2.1",
"wpackagist-theme/loudness": "^1.0",
"wpackagist-theme/miniblock-ooak": "^1.0",
"wpackagist-theme/oaknut": "^1.0",
"wpackagist-theme/ollie": "^1.1",
"wpackagist-theme/pacer": "^1.0",
"wpackagist-theme/pendant": "^1.0",
"wpackagist-theme/poe": "^0.4.1",
"wpackagist-theme/quadrat": "^1.1",
"wpackagist-theme/riverbank": "^1.0",
"wpackagist-theme/sampler": "^1.2",
"wpackagist-theme/skatepark": "^1.0",
"wpackagist-theme/tove": "^0.8.2",
"wpackagist-theme/twentytwentyfour": "^1.0",
"wpackagist-theme/twentytwentyone": "^2.1",
"wpackagist-theme/twentytwentythree": "^1.3",
"wpackagist-theme/twentytwentytwo": "^1.6",
"wpackagist-theme/wabi": "^1.1",
"wpackagist-theme/wei": "^1.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.42"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/figuren-theater/twentytwentytwo-ft-core"
},
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"config": {
"allow-plugins": {
"composer/installers": true,
"ergebnis/composer-normalize": true
}
}
}