2013-02-09 07:58:33 -05:00
|
|
|
{
|
2023-02-22 14:11:25 -05:00
|
|
|
"name": "sabre/baikal",
|
|
|
|
"type": "project",
|
2019-10-14 10:06:58 -04:00
|
|
|
"description": "Baïkal is a lightweight CalDAV + CardDAV server based on PHP, SQLite or MySQL, and SabreDAV",
|
2023-02-22 14:11:25 -05:00
|
|
|
"keywords": ["Project", "Server", "Calendar", "Contact", "WebDAV", "CalDAV", "CardDAV", "iCalendar", "lightweight"],
|
|
|
|
"homepage": "https://sabre.io/baikal/",
|
|
|
|
"license" : "GPL-3.0-only",
|
2013-02-09 07:58:33 -05:00
|
|
|
"require": {
|
2022-01-01 07:21:47 -05:00
|
|
|
"php" : "^7.2 || ^8.0",
|
2024-01-01 01:02:47 -05:00
|
|
|
"sabre/dav" : "~4.6.0",
|
2024-03-06 16:22:40 -05:00
|
|
|
"twig/twig" : "~3.8.0",
|
2024-03-06 16:12:56 -05:00
|
|
|
"symfony/yaml" : "^5.4",
|
2023-02-22 14:11:25 -05:00
|
|
|
"psr/log" : "^1",
|
|
|
|
"ext-dom" : "*",
|
|
|
|
"ext-openssl" : "*",
|
|
|
|
"ext-pdo" : "*",
|
|
|
|
"ext-zlib" : "*"
|
2016-01-21 13:13:37 -05:00
|
|
|
},
|
2016-03-12 20:19:06 -05:00
|
|
|
"require-dev" : {
|
2024-04-01 02:25:40 -04:00
|
|
|
"friendsofphp/php-cs-fixer": "3.52.1",
|
2024-01-01 02:09:16 -05:00
|
|
|
"phpstan/phpstan": "^1.10"
|
2016-03-12 20:19:06 -05:00
|
|
|
},
|
2016-01-21 13:13:37 -05:00
|
|
|
"replace" : {
|
|
|
|
"jeromeschneider/baikal" : "self.version"
|
2013-02-09 07:58:33 -05:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0" : {
|
2013-02-09 08:18:57 -05:00
|
|
|
"Baikal" : "Core/Frameworks/",
|
|
|
|
"Flake" : "Core/Frameworks/",
|
|
|
|
"Formal" : "Core/Frameworks/"
|
2013-02-09 07:58:33 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"support" : {
|
2019-10-14 06:24:02 -04:00
|
|
|
"source" : "https://github.com/sabre-io/Baikal"
|
2020-02-17 22:02:39 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"cs-fixer": [
|
|
|
|
"php-cs-fixer fix"
|
|
|
|
],
|
2021-11-03 10:26:18 -04:00
|
|
|
"phpstan": [
|
|
|
|
"phpstan analyse Core html"
|
|
|
|
],
|
2020-02-17 22:02:39 -05:00
|
|
|
"test": [
|
2021-11-03 10:26:18 -04:00
|
|
|
"composer cs-fixer",
|
|
|
|
"composer phpstan"
|
2020-02-17 22:02:39 -05:00
|
|
|
]
|
2013-02-09 07:58:33 -05:00
|
|
|
}
|
|
|
|
}
|