{ "name": "getkirby/demokit", "description": "Kirby Demokit", "type": "project", "keywords": [ "kirby", "cms", "demokit" ], "authors": [ { "name": "Bastian Allgeier", "email": "[email protected]", "homepage": "https://getkirby.com" } ], "homepage": "https://getkirby.com", "support": { "email": "[email protected]", "issues": "https://github.com/getkirby/demokit/issues", "forum": "https://forum.getkirby.com", "source": "https://github.com/getkirby/demokit" }, "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "getkirby/cms": "^4.0" }, "config": { "allow-plugins": { "getkirby/composer-installer": true }, "optimize-autoloader": true }, "scripts": { "start": [ "Composer\\Config::disableProcessTimeout", "@php -S localhost:8000 kirby/router.php" ] } }