50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "fruux/baikal",
|
|
"description": "Baïkal is a lightweight CalDAV + CardDAV server based on PHP, SQLite or MySQL, and SabreDAV",
|
|
"keywords": ["Framework", "WebDAV", "CalDAV", "CardDAV", "iCalendar"],
|
|
"homepage": "http://sabre.io/baikal/",
|
|
"license" : "GPL-3.0",
|
|
"authors": [
|
|
{
|
|
"name": "Jérôme Schneider",
|
|
"email": "mail@jeromeschneider.fr",
|
|
"homepage" : "http://jerome.io",
|
|
"role" : "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php" : "^7.1 || ^8.0",
|
|
"sabre/dav" : "~4.1.4",
|
|
"twig/twig" : "~2.13.1",
|
|
"symfony/yaml" : "^3.4"
|
|
},
|
|
"require-dev" : {
|
|
"friendsofphp/php-cs-fixer": "3.3.2",
|
|
"phpstan/phpstan": "^1.2"
|
|
},
|
|
"replace" : {
|
|
"jeromeschneider/baikal" : "self.version"
|
|
},
|
|
"autoload": {
|
|
"psr-0" : {
|
|
"Baikal" : "Core/Frameworks/",
|
|
"Flake" : "Core/Frameworks/",
|
|
"Formal" : "Core/Frameworks/"
|
|
}
|
|
},
|
|
"support" : {
|
|
"source" : "https://github.com/sabre-io/Baikal"
|
|
},
|
|
"scripts": {
|
|
"cs-fixer": [
|
|
"php-cs-fixer fix"
|
|
],
|
|
"phpstan": [
|
|
"phpstan analyse Core html"
|
|
],
|
|
"test": [
|
|
"composer cs-fixer",
|
|
"composer phpstan"
|
|
]
|
|
}
|
|
}
|