diff --git a/README.md b/README.md index 683794a..891eb45 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ This startkit is based on the plainkit, but comes with the following adjustments - Kirby CLI Command `serve` - Plugin that adds "Cache Busting" for JS and CSS files +The `serve` command is inspired by the `symfony serve` command. + ## Requirements - nodejs/npm diff --git a/composer.json b/composer.json index 18884c7..92e8800 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "deichrakete/kirby-moin", - "description": "Kirby starterkit with a custom folder structure and Tailwind CSS", + "description": "Kirby starterkit with a custom folder structure, Tailwind CSS and Webpack with Stimulus and Turbo", "type": "project", "keywords": [ "kirby", @@ -13,14 +13,14 @@ "name": "Bastian Allgeier", "email": "bastian@getkirby.com", "homepage": "https://getkirby.com" + }, + { + "name": "Stephan Plöhn", + "email": "ploehn@deichrakete.com", + "homepage": "https://deichrakete.com" } ], - "homepage": "https://getkirby.com", - "support": { - "email": "support@getkirby.com", - "forum": "https://forum.getkirby.com", - "source": "https://github.com/getkirby/plainkit" - }, + "homepage": "https://deichrakete.space/deichrakete/kirby-moin", "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "getkirby/cms": "^5.0",