designtopack/public/composer.json

42 lines
973 B
JSON
Raw Normal View History

2024-07-10 16:10:33 +02:00
{
"name": "getkirby/pdc-b2b",
"description": "PdC B2B project management platform",
"type": "project",
"keywords": [
"kirby",
"cms",
"starterkit"
],
"authors": [
{
"name": "Adrien Payet & Timothée Goguely",
"email": "contact@adrien-payet.fr",
"homepage": "https://adrien-payet.fr"
}
],
"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": "~8.1.0 || ~8.2.0 || ~8.3.0",
"getkirby/cms": "^4.0",
"getkirby/kql": "^1.2"
},
"config": {
"allow-plugins": {
"getkirby/composer-installer": true
},
"optimize-autoloader": true
},
"scripts": {
"start": [
"Composer\\Config::disableProcessTimeout",
"@php -S localhost:8000 kirby/router.php"
]
}
}