-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
51 lines (51 loc) · 1.39 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
{
"name": "yalepaprika/kirby",
"description": "Paprika! Kirby",
"type": "project",
"keywords": ["kirby", "cms", "starterkit"],
"homepage": "https://yalepaprika.com",
"authors": [
{
"name": "Seth Thompson",
"email": "[email protected]",
"homepage": "https://seththompson.org"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/yalepaprika/yalepaprika.com/issues",
"forum": "https://forum.getkirby.com",
"source": "https://github.com/yalepaprika/yalepaprika.com"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/thathoff/kirby-git-content"
},
{
"type": "git",
"url": "https://github.com/ceesvanegmond/kirby3-xmlsitemap"
}
],
"require": {
"php": ">=8.0.0 <8.2.0",
"getkirby/cms": "^3.6",
"sylvainjule/pagetable": "^1.1.4",
"sylvainjule/footnotes": "^1.0.3",
"omz13/kirby3-xmlsitemap": "^1.2",
"bnomei/kirby3-fingerprint": "^3.1",
"doctrine/inflector": "^2.0",
"theiconic/name-parser": "^1.2",
"texnixe/k3-filesdisplay-section": "dev-master",
"bnomei/kirby3-janitor": "^2.13",
"floriankarsten/kirby-plausible": "^0.1.4",
"bnomei/kirby3-redirects": "1.11.0"
},
"config": {
"optimize-autoloader": true,
"discard-changes": true,
"allow-plugins": {
"getkirby/composer-installer": true
}
}
}