-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.13 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
{
"name": "kuesters/fv-kita-einsteinstrasse",
"description": "Foerderverein Kita Einsteinstrasse Website",
"type": "project",
"keywords": ["kirby", "cms"],
"homepage": "https://www.foerderverein-familienzentrum-einsteinstrasse-neuss.de",
"require": {
"php": "^8.2",
"getkirby/cms": "3.10.1.1",
"wearejust/kirby-meta-tags": "3.0.1",
"bnomei/kirby3-robots-txt": "1.8.0",
"arnoson/kirby-vite": "5.3.1",
"oblik/kirby-link-field": "5.2.2",
"paulmorel/fathom-analytics": "1.0.0",
"bnomei/kirby3-dotenv": "2.2.0",
"bnomei/kirby3-feed": "1.7.0"
},
"require-dev": {
"pestphp/pest": "3.3.2",
"lukaskleinschmidt/kirby-types": "^2.0"
},
"config": {
"optimize-autoloader": true,
"allow-plugins": {
"getkirby/composer-installer": true,
"pestphp/pest-plugin": true
}
},
"scripts": {
"start": [
"Composer\\Config::disableProcessTimeout",
"@php -S localhost:8000 kirby/router.php"
],
"post-autoload-dump": [
"@php post-autoload-dump.php"
]
}
}