This repository was archived by the owner on Feb 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
63 lines (63 loc) · 2.14 KB
/
composer.json
File metadata and controls
63 lines (63 loc) · 2.14 KB
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
{
"name": "fundevogel/fundevogel.de",
"description": "Source code for the Fundevogel website",
"type": "project",
"version": "1.1.0",
"keywords": ["gulp", "kirby", "cms", "starterkit"],
"homepage": "https://github.com/Fundevogel/fundevogel.de#readme",
"authors": [
{
"name": "Kinder- und Jugendbuchhandlung Fundevogel",
"email": "maschinenraum@fundevogel.de",
"homepage": "https://fundevogel.de",
"role": "Maintainer"
},
{
"name": "Martin Folkers",
"email": "hello@twobrain.io",
"homepage": "https://twobrain.io",
"role": "Developer"
}
],
"support": {
"email": "support@twobrain.io",
"forum": "https://forum.getkirby.com",
"source": "https://github.com/Fundevogel/fundevogel.de",
"issues": "https://github.com/Fundevogel/fundevogel.de/issues"
},
"scripts": {
"dev": "cd public && php -S localhost:3000 kirby/router.php"
},
"require": {
"php": ">=7.2.0",
"getkirby/cms": "3.5.7.1",
"afbora/kirby-minify-html": "1.5.0",
"beebmx/kirby-env": "3.0.0",
"bnomei/kirby3-feed": "1.5.1",
"bnomei/kirby3-fingerprint": "3.0.14",
"bnomei/kirby3-janitor": "2.12.0",
"bnomei/kirby3-security-headers": "2.5.2",
"diesdasdigital/kirby-meta-knight": "1.2.0",
"distantnative/retour-for-kirby": "4.0.0-beta.1",
"fundevogel/kirby3-colorist": "1.8.2",
"fundevogel/kirby3-gnupg": "1.0.0",
"fundevogel/php-mastodon": "0.6.0",
"fundevogel/php-pcbis": "2.5.0",
"goat1000/svggraph": "3.10.0",
"guzzlehttp/guzzle": "7.3.0",
"jsvrcek/ics": "0.8.0",
"k-community/markdown-field": "1.0.9",
"kschu91/largest-remainder-method": "1.0.0",
"mzur/kirby-uniform": "5.0.0",
"oblik/kirby-plurals": "1.0.0",
"s1syphos/kirby3-gesetze": "1.0.0",
"s1syphos/php-thx": "1.2.1",
"sylvainjule/locator": "1.0.8"
},
"extra": {
"kirby-cms-path": false
},
"config": {
"optimize-autoloader": true
}
}