You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
891 B
40 lines
891 B
{
|
|
"name": "getkirby/plainkit",
|
|
"description": "Kirby Plainkit",
|
|
"type": "project",
|
|
"keywords": [
|
|
"kirby",
|
|
"cms",
|
|
"starterkit"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bastian Allgeier",
|
|
"email": "bastian@getkirby.com",
|
|
"homepage": "https://getkirby.com"
|
|
}
|
|
],
|
|
"homepage": "https://getkirby.com",
|
|
"support": {
|
|
"email": "support@getkirby.com",
|
|
"issues": "https://github.com/getkirby/starterkit/issues",
|
|
"forum": "https://forum.getkirby.com",
|
|
"source": "https://github.com/getkirby/starterkit"
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.0 <8.3.0",
|
|
"getkirby/cms": "^3.9"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"getkirby/composer-installer": true
|
|
},
|
|
"optimize-autoloader": true
|
|
},
|
|
"scripts": {
|
|
"start": [
|
|
"Composer\\Config::disableProcessTimeout",
|
|
"@php -S localhost:8000 kirby/router.php"
|
|
]
|
|
}
|
|
}
|
|
|