kirby-moin/composer.json

45 lines
1,015 B
JSON
Raw Normal View History

2025-08-22 10:18:22 +02:00
{
"name": "deichrakete/kirby-moin",
"description": "Kirby starterkit with a custom folder structure and Tailwind CSS",
"type": "project",
"keywords": [
"kirby",
"cms",
"starterkit",
"tailwindcss"
2025-08-22 10:18:22 +02:00
],
"authors": [
{
"name": "Bastian Allgeier",
"email": "bastian@getkirby.com",
"homepage": "https://getkirby.com"
}
],
"homepage": "https://getkirby.com",
"support": {
"email": "support@getkirby.com",
"forum": "https://forum.getkirby.com",
"source": "https://github.com/getkirby/plainkit"
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"getkirby/cms": "^5.0",
"ext-pcntl": "*"
2025-08-22 10:18:22 +02:00
},
"config": {
"allow-plugins": {
"getkirby/composer-installer": true
},
"optimize-autoloader": true
},
"scripts": {
"start": [
"Composer\\Config::disableProcessTimeout",
"@php -S localhost:8000 -t public/ vendor/getkirby/cms/router.php"
]
},
"extra": {
"kirby-cms-path": false
}
}