baikal/composer.json

38 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "fruux/baikal",
2019-10-14 06:24:02 -04:00
"description": "Baïkal is a lightweight CalDAV + CardDAV server based on PHP, SQLite or MySQLc 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.0",
"sabre/dav" : "~4.0.1",
"twig/twig" : "~1.8.0",
"symfony/yaml": "^4.3"
},
"require-dev" : {
"sabre/cs" : "~0.0.6"
},
"replace" : {
"jeromeschneider/baikal" : "self.version"
},
"autoload": {
"psr-0" : {
"Baikal" : "Core/Frameworks/",
"Flake" : "Core/Frameworks/",
"Formal" : "Core/Frameworks/"
}
},
"support" : {
2019-10-14 06:24:02 -04:00
"source" : "https://github.com/sabre-io/Baikal"
}
}