chore: updated readme.md and composer.json

This commit is contained in:
Stephan Plöhn 2025-08-26 12:21:56 +02:00
parent 916266b356
commit 65364c5fb5
2 changed files with 9 additions and 7 deletions

View file

@ -8,6 +8,8 @@ This startkit is based on the plainkit, but comes with the following adjustments
- Kirby CLI Command `serve` - Kirby CLI Command `serve`
- Plugin that adds "Cache Busting" for JS and CSS files - Plugin that adds "Cache Busting" for JS and CSS files
The `serve` command is inspired by the `symfony serve` command.
## Requirements ## Requirements
- nodejs/npm - nodejs/npm

View file

@ -1,6 +1,6 @@
{ {
"name": "deichrakete/kirby-moin", "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", "type": "project",
"keywords": [ "keywords": [
"kirby", "kirby",
@ -13,14 +13,14 @@
"name": "Bastian Allgeier", "name": "Bastian Allgeier",
"email": "bastian@getkirby.com", "email": "bastian@getkirby.com",
"homepage": "https://getkirby.com" "homepage": "https://getkirby.com"
},
{
"name": "Stephan Plöhn",
"email": "ploehn@deichrakete.com",
"homepage": "https://deichrakete.com"
} }
], ],
"homepage": "https://getkirby.com", "homepage": "https://deichrakete.space/deichrakete/kirby-moin",
"support": {
"email": "support@getkirby.com",
"forum": "https://forum.getkirby.com",
"source": "https://github.com/getkirby/plainkit"
},
"require": { "require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"getkirby/cms": "^5.0", "getkirby/cms": "^5.0",