]> git.mxchange.org Git - friendica-addons.git/blob - dav/sabre-vobject/composer.json
Merge pull request #234 from fabrixxm/securemail
[friendica-addons.git] / dav / sabre-vobject / composer.json
1 {
2     "name": "sabre/vobject",
3     "description" : "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
4     "keywords" : [ "VObject", "iCalendar", "vCard" ],
5     "homepage" : "https://github.com/evert/sabre-vobject",
6     "license" : "BSD-3-Clause",
7     "require" : {
8         "php" : ">=5.3.1"
9     },
10     "authors" : [
11         {
12             "name" : "Evert Pot",
13             "email" : "evert@rooftopsolutions.nl",
14             "homepage" : "http://www.rooftopsolutions.nl/",
15             "role" : "Developer"
16         }
17     ],
18     "support" : {
19         "forum" : "https://groups.google.com/group/sabredav-discuss",
20         "source" : "https://github.com/evert/sabre-vobject"
21     },
22     "autoload" : {
23         "psr-0" : {
24             "Sabre\\VObject" : "lib/"
25         }
26     }
27 }