Files
hocusfokus-web/kirby-baukasten-main/composer.json
KirbyCMS Deploy 0a8c107828 Initial commit
2026-04-15 11:50:31 +00:00

43 lines
1.0 KiB
JSON

{
"@schema": "https://getcomposer.org/schema.json",
"name": "tobimori/kirby-baukasten",
"description": "An opinionated, supercharged version of the Kirby CMS Plainkit",
"type": "project",
"keywords": [
"kirby",
"cms",
"starterkit"
],
"homepage": "https://moeritz.io",
"authors": [
{
"name": "Tobias Möritz",
"email": "tobias@moeritz.io",
"homepage": "https://moeritz.io"
}
],
"minimum-stability": "beta",
"require": {
"php": ">=8.2.0",
"getkirby/cms": "^5",
"bnomei/kirby3-dotenv": "^2.0",
"genxbe/kirby3-ray": "^2.0.1",
"tobimori/kirby-seo": "dev-main",
"lukaskleinschmidt/kirby-laravel-vite": "^2.1.1",
"tobimori/kirby-spielzeug": "^2.1.0",
"distantnative/retour-for-kirby": "^5.0",
"getkirby/cli": "^1.2",
"bnomei/kirby3-janitor": "^4.0",
"tobimori/kirby-tailwind-merge": "^3.0",
"tobimori/kirby-thumbhash": "^1.1",
"johannschopplich/kirby-plausible": "^0.5.0"
},
"config": {
"optimize-autoloader": true,
"allow-plugins": {
"getkirby/composer-installer": true,
"php-http/discovery": true
}
}
}