xiaowang/composer.json

36 lines
887 B
JSON
Raw Permalink Normal View History

2021-10-29 18:05:46 +02:00
{
2022-09-09 15:19:54 +02:00
"name": "paulnicoue/xiaowang",
"description": "Xiao Wang",
"type": "project",
"homepage": "https://xiaowang.fr",
"authors": [
{
"name": "Paul Nicoué",
"email": "contact@paulnicoue.com",
"homepage": "https://paulnicoue.com"
}
],
"require": {
2025-01-12 19:21:26 +01:00
"php": ">=8.1.0 <8.4.0",
"getkirby/cms": "^3.10.0",
2023-04-14 16:30:28 +02:00
"kirbyzone/sitemapper": "^1.2.1",
"mullema/k3-image-clip": "^3.2",
"wearejust/kirby-twig": "^5.0"
2022-09-09 15:19:54 +02:00
},
"scripts": {
"start": [
"Composer\\Config::disableProcessTimeout",
"@php -S localhost:8000 kirby/router.php"
]
},
"config": {
"optimize-autoloader": true,
"allow-plugins": {
"getkirby/composer-installer": true
2025-03-16 17:45:28 +01:00
},
"platform": {
"php": "8.3"
2025-03-16 18:11:52 +01:00
}
2022-09-09 15:19:54 +02:00
}
2021-10-29 18:05:46 +02:00
}