nouveau-theatre-de-besancon/composer.json

43 lines
972 B
JSON
Raw Normal View History

2024-07-24 09:43:31 +02: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",
2024-09-13 17:24:45 +02:00
"getkirby/cms": "^4.4",
2024-09-19 07:36:53 +02:00
"getbrevo/brevo-php": "2.0.2",
"tobimori/kirby-seo": "^1.1"
2024-07-24 09:43:31 +02:00
},
"config": {
"allow-plugins": {
"getkirby/composer-installer": true
},
"optimize-autoloader": true
},
"scripts": {
"start": [
"Composer\\Config::disableProcessTimeout",
"@php -S localhost:8000 kirby/router.php"
]
}
}