actuel-inactuel/composer.json

45 lines
1 KiB
JSON
Raw Normal View History

2024-01-25 17:05:19 +01:00
{
"name": "getkirby/plainkit",
"description": "Kirby Plainkit",
"type": "project",
"keywords": [
"kirby",
"cms",
"starterkit"
],
"authors": [
{
"name": "Bastian Allgeier",
"email": "bastian@getkirby.com",
"homepage": "https://getkirby.com"
}
],
"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",
2025-02-05 15:44:09 +01:00
"getkirby/cms": "^4.5",
"php-http/guzzle7-adapter": "^1.1",
"nyholm/psr7": "^1.8",
"mailersend/mailersend": "^0.28.0"
2024-01-25 17:05:19 +01:00
},
"config": {
"allow-plugins": {
2025-02-05 15:44:09 +01:00
"getkirby/composer-installer": true,
"php-http/discovery": true
2024-01-25 17:05:19 +01:00
},
"optimize-autoloader": true
},
"scripts": {
"start": [
"Composer\\Config::disableProcessTimeout",
"@php -S localhost:8000 kirby/router.php"
]
}
}