]> git.mxchange.org Git - friendica-addons.git/blob - dav/SabreDAV/composer.json
Merge branch 'master' of git://github.com/friendica/friendica-addons
[friendica-addons.git] / dav / SabreDAV / composer.json
1 {
2     "name": "evert/sabredav",
3     "type": "library",
4     "description": "WebDAV Framework for PHP",
5     "keywords": ["Framework", "WebDAV", "CalDAV", "CardDAV", "iCalendar"],
6     "homepage": "http://code.google.com/p/sabredav/",
7     "license": "New BSD License",
8     "authors": [
9         {
10             "name": "Evert Pot",
11             "email": "evert@rooftopsolutions.nl",
12             "homepage" : "http://www.rooftopsolutions.nl/"
13         }
14     ],
15     "require": {
16         "php": ">=5.3.1"
17     },
18     "autoload": {
19         "psr-0": { "Sabre": "lib/" }
20     }
21 }