Files
lichterei-web/composer.json
Bastian Allgeier d6f9dc0ee9 New start script
2021-01-05 22:27:20 +01:00

31 lines
827 B
JSON

{
"name": "getkirby/starterkit",
"description": "Kirby Starterkit",
"type": "project",
"keywords": ["kirby", "cms", "starterkit"],
"homepage": "https://getkirby.com",
"authors": [
{
"name": "Bastian Allgeier",
"email": "bastian@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": ">=7.1.0",
"getkirby/cms": "^3.0"
},
"scripts": {
"start": "@php -S localhost:8000 kirby/router.php"
},
"config": {
"optimize-autoloader": true
}
}