aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/lib/SabreDAV/vendor/oldsabre/vobject/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/lib/SabreDAV/vendor/oldsabre/vobject/composer.json')
-rw-r--r--calendar/lib/SabreDAV/vendor/oldsabre/vobject/composer.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/calendar/lib/SabreDAV/vendor/oldsabre/vobject/composer.json b/calendar/lib/SabreDAV/vendor/oldsabre/vobject/composer.json
new file mode 100644
index 0000000..0a83d89
--- /dev/null
+++ b/calendar/lib/SabreDAV/vendor/oldsabre/vobject/composer.json
@@ -0,0 +1,31 @@
+{
+ "name": "sabre/vobject",
+ "description" : "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
+ "keywords" : [ "VObject", "iCalendar", "vCard" ],
+ "homepage" : "https://github.com/fruux/sabre-vobject",
+ "license" : "BSD-3-Clause",
+ "require" : {
+ "php" : ">=5.3.1",
+ "ext-mbstring" : "*"
+ },
+ "authors" : [
+ {
+ "name" : "Evert Pot",
+ "email" : "evert@rooftopsolutions.nl",
+ "homepage" : "http://evertpot.com/",
+ "role" : "Developer"
+ }
+ ],
+ "support" : {
+ "forum" : "https://groups.google.com/group/sabredav-discuss",
+ "source" : "https://github.com/fruux/sabre-vobject"
+ },
+ "autoload" : {
+ "psr-0" : {
+ "OldSabre\\VObject" : "lib/"
+ }
+ },
+ "bin" : [
+ "bin/vobjectvalidate.php"
+ ]
+}

© 2014-2024 Faster IT GmbH | imprint | privacy policy