-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
45 lines (45 loc) · 1.18 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
{
"@schema": "https://getcomposer.org/schema.json",
"name": "tobimori/kirby-baukasten",
"description": "An opinionated, supercharged version of the Kirby CMS Plainkit",
"type": "project",
"keywords": [
"kirby",
"cms",
"starterkit"
],
"homepage": "https://moeritz.io",
"authors": [
{
"name": "Tobias Möritz",
"email": "[email protected]",
"homepage": "https://moeritz.io"
}
],
"minimum-stability": "beta",
"require": {
"php": ">=8.2.0",
"getkirby/cms": "^4.0",
"bnomei/kirby3-dotenv": "^2.0",
"genxbe/kirby3-ray": "^2.0.1",
"tobimori/kirby-seo": "^1.0",
"lukaskleinschmidt/kirby-laravel-vite": "^2.1.1",
"junohamburg/kirby-visual-block-selector": "^2.0",
"tobimori/kirby-spielzeug": "^2.1.0",
"distantnative/retour-for-kirby": "^5.0",
"getkirby/cli": "^1.2",
"bnomei/kirby3-janitor": "^4.0",
"tobimori/kirby-tailwind-merge": "^3.0",
"tobimori/kirby-thumbhash": "^1.1",
"junohamburg/kirby-language-selector": "^1.1",
"tobimori/kirby-dreamform": "^1.1",
"johannschopplich/kirby-plausible": "^0.5.0"
},
"config": {
"optimize-autoloader": true,
"allow-plugins": {
"getkirby/composer-installer": true,
"php-http/discovery": true
}
}
}