summarylogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorMartina Pietruschka2015-06-08 22:26:26 +0000
committerMartina Pietruschka2015-06-08 22:26:26 +0000
commitb89f78d3dcb94d2294a02229e7f5878364586aec (patch)
tree783d1e533cb7dfda4541b957295c0af7bd550fd7 /composer.json
downloadaur-b89f78d3dcb94d2294a02229e7f5878364586aec.tar.gz
Initial import
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..917480991623
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,25 @@
+{
+ "name": "bokxing-it/sabre-zarafa",
+ "require": {
+ "sabre/dav" : "<=2.1.2",
+ "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"
+}