summarylogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 000000000000..ed4bcd067427
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,25 @@
+{
+ "name": "bokxing-it/sabre-zarafa",
+ "require": {
+ "sabre/dav" : "<=2.1.11",
+ "apache/log4php" : "~2.3.0"
+ },
+ "license": "agpl",
+ "authors": [
+ {
+ "name": "Alfred Klomp",
+ "email": "alfred@1afa.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Guillaume Lapierre",
+ "role": "Developer"
+ }
+ ],
+ "autoload" : {
+ "psr-0" : {
+ "SabreZarafa" : "lib/"
+ }
+ },
+ "minimum-stability": "stable"
+}