forked from sabre-io/Baikal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.02 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "fruux/baikal",
"description": "Baïkal is a lightweight CalDAV + CardDAV server based on PHP, SQLite and SabreDAV",
"keywords": ["Framework", "WebDAV", "CalDAV", "CardDAV", "iCalendar"],
"homepage": "http://sabre.io/baikal/",
"license" : "GPL-3.0",
"authors": [
{
"name": "Jérôme Schneider",
"email": "[email protected]",
"homepage" : "http://jerome.io",
"role" : "Developer"
}
],
"require": {
"php" : ">=5.5",
"sabre/dav" : "~3.1.2",
"twig/twig" : "~1.8.0"
},
"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" : {
"source" : "https://github.com/fruux/Baikal"
}
}